WAIC-TEST-0029-08
aria-describedby 属性による説明ラベルの提供 (button要素 : 複数のaria-describedby属性値)
button 要素に複数の aria-describedby 属性で関連付けをおこなった場合、関連付けられた要素の内容が読み上げられるかの確認
1.3.1, 3.3.2
ARIA1
<p><span id="fontDesc">このページで使用するフォントフェイスとサイズの選択</span>
<span id="fontDesc2">ボタンを押下しフォントを選択してください</span>
<button id="fontB" onclick="doAction('Fonts');" aria-describedby="fontDesc fontDesc2">フォント</button>
</p>
<p><span id="colorDesc">このページで使用する色を選択</span>
<span id="colorDesc2">ボタンを押下し色を選択してください</span>
<button id="colorB" onclick="doAction('Colors');" aria-describedby="colorDesc colorDesc2">色</button>
</p>
<p><span id="customDesc">このページで使われているレイアウトやスタイルをカスタマイズ</span>
<span id="customDesc2">ボタンを押下しレイアウトやスタイルを選択してください</span>
<button id="customB" onclick="doAction('Customize');" aria-describedby="customDesc customDesc2">カスタマイズ</button>
</p>
テスト不要
なし
なし
button要素にフォーカスを合わせた際、aria-describedby属性で関連付けられた複数の文章が読み上げられる。
なし
button要素、aria-describedby属性