Skip to content

Commit

Permalink
Fix missing attribute in role-required-states example (act-rules#2139)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Duarte <[email protected]>
  • Loading branch information
WilcoFiers and Carlos Duarte authored Jan 25, 2024
1 parent 346ae67 commit 86a8b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _rules/role-required-states-and-properties-4e8ab6.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This `heading` has the required `aria-level` property.
This `checkbox` has the required `aria-checked` property.

```html
<div role="checkbox" aria-checked="false"></div>
<div role="checkbox" aria-checked="false" aria-labelledby="label"></div>
<div id="label">Check me</div>
```

Expand Down

0 comments on commit 86a8b09

Please sign in to comment.