File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: ARIA required owned elements
4
4
rules_format : 1.1
5
5
rule_type : atomic
6
6
description : |
7
- This rule checks that an element with an explicit semantic role has at least one of its required owned elements.
7
+ This rule checks that an element with a semantic role has at least one of its required owned elements.
8
8
accessibility_requirements :
9
9
wcag20:1.3.1 : # Info and Relationships (A)
10
10
forConformance : true
@@ -161,7 +161,7 @@ The element `select` with an implicit `listbox` role owns elements `option` with
161
161
</select >
162
162
```
163
163
164
- #### Passed Example 8
164
+ #### Passed Example 9
165
165
166
166
The element ` table ` with an implicit ` table ` role owns an element ` tr ` with implicit ` row ` role that owns elements ` td ` with implicit ` cell ` roles.
167
167
@@ -339,4 +339,3 @@ This element with the `menu` role has an `aria-busy` attribute set to `true`.
339
339
[ wai-aria graphics module ] : https://www.w3.org/TR/graphics-aria-1.0/ ' WAI-ARIA Graphics Module 1.0 '
340
340
[ html or svg element ] : #namespaced-element
341
341
[ inclusive ancestor ] : https://dom.spec.whatwg.org/#concept-tree-inclusive-ancestor ' DOM Definition of Inclusive Ancestor '
342
- [ implicit wai-aria semantics ] : https://w3c.github.io/aria/#implicit_semantics
You can’t perform that action at this time.
0 commit comments