ISSUE-664: Modify all of section 4 to be generic so that it may be referenced by SVG
Modify all of section 4 to be generic so that it may be referenced by SVG
- State:
- CLOSED
- Product:
- ARIA 1.1 Core Mapping Specification
- Raised by:
- Richard Schwerdtfeger
- Opened on:
- 2014-06-20
- Description:
- Example: Section 4.3
<change>
The aria-activedescendant property may be used to enable keyboard accessibility on WAI-ARIA elements that support this attribute. It is often a more convenient way of creating container widget keyboard navigation (where the entire widget is in the tab order just once, but the user can use other keys, typically arrow keys, to navigate to descendant items of the container).
</change>
<to>
The aria-activedescendant property may be used to enable keyboard accessibility on SVG elements having a WAI-ARIA computed role that support this attribute. It is often a more convenient way of creating container widget keyboard navigation (where the entire widget is in the tab order just once, but the user can use other keys, typically arrow keys, to navigate to descendant items of the container).
</to> - Related Actions Items:
- No related actions
- Related emails:
- No related emails
Related notes:
correction:
<change>
The aria-activedescendant property may be used to enable keyboard accessibility on WAI-ARIA elements that support this attribute. It is often a more convenient way of creating container widget keyboard navigation (where the entire widget is in the tab order just once, but the user can use other keys, typically arrow keys, to navigate to descendant items of the container).
</change>
<to>
The aria-activedescendant property may be used to enable keyboard accessibility on host language elements having a WAI-ARIA computed role that support this attribute. It is often a more convenient way of creating container widget keyboard navigation (where the entire widget is in the tab order just once, but the user can use other keys, typically arrow keys, to navigate to descendant items of the container).
</to>
Completed a while back; closing.
Joseph Scheuhammer, 29 Nov 2016, 20:52:51Display change log