Skip to content

Commit a0d0e33

Browse files
authored
presentational children not focusable; fix issue in failed example 1 (#1848)
1 parent b571474 commit a0d0e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_rules/presentational-children-no-focusable-content-307n5z.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This `button` element has a [child][] `span` element. Because the `span` element
102102
```html
103103
<button>
104104
Save
105-
<span aria-label="save options" aria-expanded="false" tabindex="0">▼</span>
105+
<span role="button" aria-label="save options" aria-expanded="false" tabindex="0">▼</span>
106106
</button>
107107
```
108108

0 commit comments

Comments
 (0)