Skip to content

Commit 20df183

Browse files
Update aria-presentational-role-no-global-states-properties.md
1 parent 4b22a29 commit 20df183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/aria-presentational-role-no-global-states-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ There are no accessibility support issues known.
4242

4343
While user agents consistently handle elements undergoing [Presentational Roles Conflict Resolution][], authors bear the responsibility of preventing such conflicts.
4444

45+
If the presentational role is inherited and the element has global WAI-ARIA states or properties, user agents maintain its presentational role regardless of any global ARIA state or property.
46+
4547
### Bibliography
4648

4749
- [WAI-ARIA 1.2 - Presentational Roles Conflict Resolution][Presentational Roles Conflict Resolution]
@@ -168,8 +170,6 @@ The `td` element inherits the presentational role from its `table` ancestor elem
168170
```
169171

170172
[explicit semantic role]: #explicit-role 'Definition of Explicit Role'
171-
[inherited semantic role]: https://w3c.github.io/aria/#presentational-role-inheritance
172173
[included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of Included in the Accessibility Tree'
173174
[presentational roles conflict resolution]: https://www.w3.org/TR/wai-aria-1.2/#conflict_resolution_presentation_none 'Presentational Roles Conflict Resolution'
174-
[wai-aria 1.2]: https://www.w3.org/TR/wai-aria-1.2/
175175
[html or svg element]: #namespaced-element

0 commit comments

Comments
 (0)