Skip to content

Commit 8cf9deb

Browse files
Update role-required-states-and-properties-4e8ab6.md (#2265)
1 parent 1b03f27 commit 8cf9deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/role-required-states-and-properties-4e8ab6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This `div` does not have a [semantic role](#semantic-role).
196196
This `checkbox` has an [implicit semantic role](#implicit-role) that is identical to the [explicit semantic role](#explicit-role). This allows native HTML `checked` attribute to apply.
197197

198198
```html
199-
<input type="checkbox" role="checkbox" />
199+
<input type="checkbox" role="checkbox" aria-label="Checkbox name"/>
200200
```
201201

202202
#### Inapplicable Example 3

0 commit comments

Comments
 (0)