ISSUE-739: UIA doesn't support heading without level, how should we map role=heading without aria-level?
UIA doesn't support heading without level, how should we map role=heading without aria-level?
- State:
- CLOSED
- Product:
- ARIA 1.1 Core Mapping Specification
- Raised by:
- Cynthia Shelly
- Opened on:
- 2015-08-05
- Description:
- UIA implments headings as a style on a text run, and all of the available styles are for leveled headings. there is no style for an unleveled heading. How should we map <div role=heading> when there is no aria-level?
- Related Actions Items:
- No related actions
- Related emails:
- No related emails
Related notes:
For a while now, a role="heading" without an aria-level defaults to "2":
"Implicit Value for Role: Default for aria-level is 2."
See: https://www.w3.org/TR/wai-aria-1.1/#heading
Closing.
Display change log