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
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ The `table` is not [included in the accessibility tree][].
This `table` doesn't have a role of `table`, `grid` or `treegrid`.

```html
<table role="region">
<table role="region" aria-label="Hello">
Comment thread
giacomo-petri marked this conversation as resolved.
Outdated
<td id="self" headers="self">World</td>
</table>
```
Expand Down