aria-activedescendant属性

このエントリーをはてなブックマークに追加

aria-activedescendant属性は現在アクティブな子孫要素を指定するWAI-ARIAの属性です。

以下のように指定をすることでbutton2がアクティブであること示すことができます。

<ul aria-activedescendant="button2">
	<li><button type="button" id="button1">button1</button></li>
	<li><button type="button" id="button2">button2</button></li>
	<li><button type="button" id="button3">button3</button></li>
	<li><button type="button" id="button4">button4</button></li>
</ul>

参考URL

aria-activedescendant (property) - WAI-ARIA - W3C

登録日 : 2015年05月21日 最終更新日 : 2015年5月22日

同じカテゴリー(WAI-ARIA)のエントリー

検索

スポンサードリンク

バージョン

リファレンス