Skip to content

Commit 1b03f27

Browse files
Update table-header-cell-has-assigned-cells-d0f69e.md (#2267)
1 parent abee410 commit 1b03f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/table-header-cell-has-assigned-cells-d0f69e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This `th` element has an assigned `td` element.
8080
Each of the 2 `span` elements with role of `columnheader` has assigned `span` elements with a role of `cell`.
8181

8282
```html
83-
<div role="table">
83+
<div role="table" aria-label="Temperatures">
8484
<div role="rowgroup">
8585
<div role="row">
8686
<span role="columnheader">Month</span>
@@ -125,7 +125,7 @@ Each of the 2 `th` elements has an assigned `td` element because this `td` eleme
125125
Each of the 4 `th` elements has an assigned `td` element, within the same `table` element having a [semantic role][] of `grid`.
126126

127127
```html
128-
<table role="grid">
128+
<table role="grid" aria-label="Meal times">
129129
<thead>
130130
<tr>
131131
<td></td>

0 commit comments

Comments
 (0)