Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion _rules/aria-state-or-property-permitted-5c01ea.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The `aria-label` property is [prohibited][] for an element with a `generic` role
This `div` element has no [WAI-ARIA state or property][].

```html
<div role="region">A region of content</div>
<div role="region" aria-label="Region name">A region of content</div>
Comment thread
giacomo-petri marked this conversation as resolved.
Outdated
```

#### Inapplicable Example 2
Expand Down