Skip to content

Commit 09b5744

Browse files
HelenBurgeWilcoFiersJym77
authored
UpdateTableHeaderRule (act-rules#2074)
* UpdateTableHeaderRule * Update table-header-cell-has-assigned-cells-d0f69e.md * trigger test * Update _rules/table-header-cell-has-assigned-cells-d0f69e.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> --------- Co-authored-by: Wilco Fiers <wilco.fiers@deque.com> Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent b1c6cc4 commit 09b5744

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ input_aspects:
1717
acknowledgments:
1818
authors:
1919
- Audrey Maniez
20+
- Helen Burge
2021
- Jey Nandakumar
2122
funding:
2223
- WAI-Tools
@@ -125,15 +126,15 @@ Each of the 4 `th` elements has an assigned `td` element, within the same `table
125126
```html
126127
<table role="grid">
127128
<thead>
128-
<tr role="row">
129+
<tr>
129130
<td></td>
130131
<th scope="col" role="columnheader">Breakfast</th>
131132
<th scope="col" role="columnheader">Lunch</th>
132133
<th scope="col" role="columnheader">Dinner</th>
133134
</tr>
134135
</thead>
135136
<tbody>
136-
<tr role="row">
137+
<tr>
137138
<th scope="row" role="rowheader">Day 1</th>
138139
<td>8:00</td>
139140
<td>13:00</td>

0 commit comments

Comments
 (0)