aria-owns attribute (aria)
Screen Reader support level: supported
On this page
About this feature
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related aria-controls.
Age of results
Results across all tests for this feature range from 7 months ago to 4 years ago. Detailed dates and version information can be found in associated tests.
Expectations
Screen Reader support by expectation
Expectation | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
MUST convey a single parent/child relationships | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
MUST convey multiple parent/child relationships | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
MUST order the references after any existing children | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
Expectation: convey a single parent/child relationships
Rationale:
A screen reader user needs to be aware of the appropriate relationships.
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-owns single reference applied to: li element; references: ul element | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
Expectation: convey multiple parent/child relationships
Rationale:
A screen reader user needs to be aware of the appropriate relationships.
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-owns multiple reference applied to: li element; references: ul element, ul element | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
Expectation: order the references after any existing children
Rationale:
A screen reader user needs to be aware of the correct order of relationships so that the correct meaning is conveyed.
Strength of this expectation for different types of assistive technologies:
- Screen Readers: MUST
- Voice Control: NA
Test | JAWS | Narrator | NVDA | Orca | TalkBack | VoiceOver (iOS) | VoiceOver (macOS) | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Edge | Chrome | Edge | Firefox | Firefox | Chrome | Safari | Safari | |
aria-owns multiple reference applied to: li element; references: ul element, ul element | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |
aria-owns single reference applied to: li element; references: ul element | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported | supported |