Skip to content

Commit

Permalink
Update form-field-non-empty-accessible-name-e086e5.md (#1716)
Browse files Browse the repository at this point in the history
code has `role="none"`. Corrected description to match.
  • Loading branch information
kengdoj committed Sep 30, 2021
1 parent 8cbb44f commit 55fe0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _rules/form-field-non-empty-accessible-name-e086e5.md
Expand Up @@ -201,7 +201,7 @@ This `input` element is not [included in the accessibility tree][] because of it

#### Inapplicable Example 3

This `select` element is not [included in the accessibility tree][] because it is `disabled` and has a `role` attribute value of "presentation".
This `select` element is not [included in the accessibility tree][] because it is `disabled` and has a `role` attribute value of "none".

```html
<select role="none" disabled>
Expand Down

0 comments on commit 55fe0fb

Please sign in to comment.