We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abee410 commit 1b03f27Copy full SHA for 1b03f27
_rules/table-header-cell-has-assigned-cells-d0f69e.md
@@ -80,7 +80,7 @@ This `th` element has an assigned `td` element.
80
Each of the 2 `span` elements with role of `columnheader` has assigned `span` elements with a role of `cell`.
81
82
```html
83
-<div role="table">
+<div role="table" aria-label="Temperatures">
84
<div role="rowgroup">
85
<div role="row">
86
<span role="columnheader">Month</span>
@@ -125,7 +125,7 @@ Each of the 2 `th` elements has an assigned `td` element because this `td` eleme
125
Each of the 4 `th` elements has an assigned `td` element, within the same `table` element having a [semantic role][] of `grid`.
126
127
128
-<table role="grid">
+<table role="grid" aria-label="Meal times">
129
<thead>
130
<tr>
131
<td></td>
0 commit comments