Skip to content

Commit ccb1ec2

Browse files
committed
fix formatting issue
1 parent b10da17 commit ccb1ec2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_rules/aria-required-owned-element-bc4a75.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: ARIA required owned elements
44
rules_format: 1.1
55
rule_type: atomic
66
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.
88
accessibility_requirements:
99
wcag20:1.3.1: # Info and Relationships (A)
1010
forConformance: true
@@ -161,7 +161,7 @@ The element `select` with an implicit `listbox` role owns elements `option` with
161161
</select>
162162
```
163163

164-
#### Passed Example 8
164+
#### Passed Example 9
165165

166166
The element `table` with an implicit `table` role owns an element `tr` with implicit `row` role that owns elements `td` with implicit `cell` roles.
167167

@@ -339,4 +339,3 @@ This element with the `menu` role has an `aria-busy` attribute set to `true`.
339339
[wai-aria graphics module]: https://www.w3.org/TR/graphics-aria-1.0/ 'WAI-ARIA Graphics Module 1.0'
340340
[html or svg element]: #namespaced-element
341341
[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

0 commit comments

Comments
 (0)