Skip to content

Commit a26626a

Browse files
Update aria-state-or-property-permitted-5c01ea.md
1 parent 679f80c commit a26626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/aria-state-or-property-permitted-5c01ea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This `input` element does not have an [explicit role][] of `textbox`, but the `a
175175

176176
#### Passed Example 12
177177

178-
This `div` element has an [explicit role][] of `switch`; the `aria-required` [property][] is [inherited][] from the `checkbox` superclass role.
178+
This `div` element has an [explicit role][] of `switch`; the `aria-required` [property][] is [inherited][] from the `checkbox` [superclass](https://www.w3.org/TR/wai-aria-1.2/#superclassrole) role.
179179

180180
```html
181181
<div role="switch" aria-checked="false" tabindex="0" aria-required="true">

0 commit comments

Comments
 (0)