Skip to content

Commit 86a8b09

Browse files
Fix missing attribute in role-required-states example (act-rules#2139)
Co-authored-by: Carlos Duarte <caduarte@campus.ul.pt>
1 parent 346ae67 commit 86a8b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This `heading` has the required `aria-level` property.
7878
This `checkbox` has the required `aria-checked` property.
7979

8080
```html
81-
<div role="checkbox" aria-checked="false"></div>
81+
<div role="checkbox" aria-checked="false" aria-labelledby="label"></div>
8282
<div id="label">Check me</div>
8383
```
8484

0 commit comments

Comments
 (0)