We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d2ddb commit d29cf39Copy full SHA for d29cf39
docs/rules/role-supports-aria-props.md
@@ -13,7 +13,7 @@ This rule takes no arguments.
13
### Succeed
14
```jsx
15
<!-- Good: the radiogroup role does support the aria-required property -->
16
-<ul role="radiogroup" aria-required aria-labelledby="foo">
+<ul role="radiogroup" aria-required="true" aria-labelledby="foo">
17
<li tabIndex="-1" role="radio" aria-checked="false">Rainbow Trout</li>
18
<li tabIndex="-1" role="radio" aria-checked="false">Brook Trout</li>
19
<li tabIndex="0" role="radio" aria-checked="true">Lake Trout</li>
0 commit comments