Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p256 側注の順番が逆かも #650

Open
bakera opened this issue Aug 2, 2022 · 1 comment
Open

p256 側注の順番が逆かも #650

bakera opened this issue Aug 2, 2022 · 1 comment
Labels
errata 発売後に判明した誤りについて 紙版要対応 紙版での対応が必要なもの

Comments

@bakera
Copy link
Owner

bakera commented Aug 2, 2022

p256には以下の側注がある

legend要素の内容がグループのラベルとなります。legend要素は省略可能ですが、省略せずに適切なラベルを付けることをお勧めします。

グループ内にラジオボタンだけが含まれ、このfieldset要素が1つのコントロールとして扱えるような場合は、radiogroupロールを指定してもよいでしょう。詳しくはTechniques for WCAG 2.1 の ARIA17を参照してください。Using grouping roles to identify related form controls <https://www.w3.org/WAI/WCAG21/Techniques/aria/ ARIA17>

これらに対応する本文は以下のもの。

fieldset要素のデフォルトのARIAロールはgroupです。多くのスクリーンリーダーは、グループ内の最初のフォームコントロールへフォーカスしたときにグループのラベルを読み上げます。

前者の側注が「グループのラベル」に、後者が「ARIAロール」に対応しており、本文中の登場順と側注の登場順が逆になっている。

@bakera bakera added errata 発売後に判明した誤りについて 紙版要対応 紙版での対応が必要なもの labels Aug 16, 2022
@bakera
Copy link
Owner Author

bakera commented Aug 16, 2022

EPUB版は順番入れ替え済み

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
errata 発売後に判明した誤りについて 紙版要対応 紙版での対応が必要なもの
Projects
None yet
Development

No branches or pull requests

1 participant