Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Apr 18, 2024
1 parent 1e54b3e commit bb7e66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _rules/aria-state-or-property-permitted-5c01ea.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ This `div` element is not [included in the accessibility tree][], hence its [WAI

This `button` does not have any [explicitly set][aria set explicit] ARIA attribute. It has an [implicitly set][aria set implicit] `aria-checked` state, due to the [absence of a `checked` attribute][checked absent] on the `input` element with a `type` [attribute value][] of `checkbox`.

`````html
````html ```html <input type="checkbox" role="button" />
`````
```html
<input type="checkbox" role="button" />
```

[aria set explicit]: #aria-attribute-set:explicit 'Definition of ARIA Attribute Set Explicitly'
[aria set implicit]: #aria-attribute-set:implicit 'Definition of ARIA Attribute Set Implicitly'
Expand Down

0 comments on commit bb7e66b

Please sign in to comment.