Skip to content

Commit 3017727

Browse files
[Editorial] - [a25f45] Headers attribute specified on a cell refers to cells in the same table element - Inapplicable Example 4 improvement (#2244)
* Added aria-label to the role="table" element * Update _rules/table-headers-attribute-refer-to-data-cells-a25f45.md Co-authored-by: Carlos Duarte <carlosapaduarte@gmail.com> --------- Co-authored-by: Carlos Duarte <carlosapaduarte@gmail.com>
1 parent fe5970f commit 3017727

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
@@ -371,7 +371,7 @@ The `table` is not [visible][] in page.
371371
The rule applies only to `headers` attribute within a `table` element.
372372

373373
```html
374-
<div role="table">
374+
<div role="table" aria-label="Grades">
375375
<div role="row">
376376
<div role="columnheader" id="header1">Projects</div>
377377
<div role="columnheader" id="header2">Exams</div>

0 commit comments

Comments
 (0)