Skip to content

Commit

Permalink
Update aria-hidden-no-focusable-content-6cfa84.md (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Oct 14, 2021
1 parent d627ddb commit ec752ee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions _rules/aria-hidden-no-focusable-content-6cfa84.md
Expand Up @@ -113,16 +113,6 @@ Content made [unfocusable][focusable] through `disabled` attribute.
</div>
```

#### Passed Example 6

Content taken out of sequential focus order using `tabindex`.

```html
<div aria-hidden="true">
<button tabindex="-2">Some button</button>
</div>
```

### Failed

#### Failed Example 1
Expand Down

0 comments on commit ec752ee

Please sign in to comment.