You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ARIA 1.2 specification for role="heading" requires that an aria-level property is also used, which is a change from the ARIA 1.1 spec, where a missing aria-level is treated as a second-level heading (an h2).
Closes#3733
- 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.
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: Alastair Campbell <[email protected]>
Co-authored-by: Scott O'Hara <[email protected]>
The ARIA 1.2 specification for role="heading" requires that an aria-level property is also used, which is a change from the ARIA 1.1 spec, where a missing aria-level is treated as a second-level heading (an
h2
).The WCAG 2.2 version of ARIA 12 doesn't mention this requirement in its examples, so needs updating.
The draft ARIA 1.3 spec for aria-level includes a useful note around aria-level values of 10 and higher, which would be good for WCAG to also mention.
The text was updated successfully, but these errors were encountered: