-
Notifications
You must be signed in to change notification settings - Fork 266
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
Update ARIA12 #3734
Update ARIA12 #3734
Conversation
- Specify that `aria-level` must be used. - Update examples to use `aria-level`. - Remove link to APG as the referenced content isn’t there anymore. - Update test procedure for `aria-level`. - Add note about `aria-level` values of 10 and greater. - Add link to `aria-level` spec. - Add link to HTML headings spec.
fixing a very old typo
techniques/aria/ARIA12.html
Outdated
</li> | ||
</ol> | ||
<aside class="note"> | ||
<p>Headings with an <code class="language-html">aria-level</code> of 10 or higher can create difficulties for users. At the time of writing, most combinations of user agents and assistive technologies report such levels as being level 2.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems really odd to me. Is there a reference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mentioned it in the issue—I found it in the ARIA 1.3 draft and tweaked it a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also discussed in this week's backlog meeting, here's a reference CodePen so you can test this yourself should you wish :)
Co-authored-by: Alastair Campbell <[email protected]>
Discussed on TF call 4/12 and Ready for approval |
I'm good with this. Co-authored-by: Scott O'Hara <[email protected]>
Note the additional change that was merged into this 4c06779 |
* Headings need to be in ```<section>```s
Closes #3733
aria-level
must be used.aria-level
.aria-level
.aria-level
values of 10 and greater.aria-level
spec.