Skip to content

Commit dd20b58

Browse files
giacomo-petriWilcoFierscarlosapaduarte
authored
[a25f45] Headers attribute specified on a cell refers to cells in the same table element - Updated Inapplicable Example 6 (#2312)
* Update table-headers-attribute-refer-to-data-cells-a25f45.md * Update _rules/table-headers-attribute-refer-to-data-cells-a25f45.md Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> --------- Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> Co-authored-by: Carlos Duarte <carlosapaduarte@gmail.com>
1 parent 022c766 commit dd20b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/table-headers-attribute-refer-to-data-cells-a25f45.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The `table` is not [included in the accessibility tree][].
405405
This `table` doesn't have a role of `table`, `grid` or `treegrid`.
406406

407407
```html
408-
<table role="region">
408+
<table role="heading" aria-level="1">
409409
<td id="self" headers="self">World</td>
410410
</table>
411411
```

0 commit comments

Comments
 (0)