WAIC-TEST-0029-01
aria-describedby 属性による説明ラベルの提供 (button要素 : aria-label属性と併用)
button 要素に aria-describedby 属性で関連付けをおこなった場合、関連付けられた要素の内容が読み上げられるかの確認
1.3.1, 3.3.2
ARIA1
<button aria-label="閉じる" aria-describedby="descriptionClose" onclick="myDialog()">X</button>
<p>情報を入力後、閉じるボタンを押してください。</p>
<div id="descriptionClose">このウィンドウを閉じると、入力された情報は破棄され、メインページに戻ります。</div>
テスト不要
なし
なし
button要素にフォーカスを合わせた際、aria-describedby属性で関連付けられた文章が読み上げられる。
なし
button要素、aria-describedby属性、aria-label属性