Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _rules/aria-global-property-not-prohibited-kb1m8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ The `aria-roledescription` property is [prohibited][] for an element with a `gen

#### Failed Example 5

The `aria-brailleroledescription` property is [prohibited][] for an element with a `none` role.
The `aria-brailleroledescription` property is [prohibited][] for an element with a `generic` role.

```html
<h1 role="none" aria-brailleroledescription="Banana text">I like bananas</h1>
<div aria-brailleroledescription="Banana text">I like bananas</div>
```

### Inapplicable
Expand Down