Skip to content

Commit 5c5e282

Browse files
committed
remove unused explcit_semantic_role
1 parent c723534 commit 5c5e282

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
@@ -45,7 +45,7 @@ The applicability of this rule is limited to the [WAI-ARIA 1.2 Recommendation][w
4545

4646
### Assumptions
4747

48-
If the [explicit semantic role][] on the target element is incorrectly used, and any relationships between elements are already programmatically determinable, failing this rule may not result in accessibility issues for users of assistive technologies, and it should then not be considered a failure under [WCAG success criterion 1.3.1 Info and Relationships](https://www.w3.org/TR/WCAG22/#info-and-relationships).
48+
If the [semantic role][] on the target element is incorrectly used, and any relationships between elements are already programmatically determinable, failing this rule may not result in accessibility issues for users of assistive technologies, and it should then not be considered a failure under [WCAG success criterion 1.3.1 Info and Relationships](https://www.w3.org/TR/WCAG22/#info-and-relationships).
4949

5050
### Accessibility Support
5151

@@ -102,7 +102,7 @@ This element with the `menu` role only owns elements with the `menuitem`, `menui
102102

103103
#### Passed Example 4
104104

105-
This element with the `tablist` role only owns elements with the `tab` role. The `tab` role is one of the [required owned elements][] for `tablist`. The `li` element is ignored because it has an [explicit semantic role][] of `none`.
105+
This element with the `tablist` role only owns elements with the `tab` role. The `tab` role is one of the [required owned elements][] for `tablist`. The `li` element is ignored because it has an [semantic role][] of `none`.
106106

107107
```html
108108
<ul role="tablist">
@@ -345,7 +345,6 @@ This element with the `menu` role has an `aria-busy` attribute set to `true`.
345345
[required owned elements]: https://www.w3.org/TR/wai-aria-1.2/#mustContain 'Define Required owned element'
346346
[owns]: #owned-by
347347
[owned by]: #owned-by
348-
[explicit semantic role]: #explicit-role
349348
[semantic role]: #semantic-role
350349
[included in the accessibility tree]: #included-in-the-accessibility-tree
351350
[wai-aria 1.2]: https://www.w3.org/TR/wai-aria-1.2/

0 commit comments

Comments
 (0)