Skip to content

Commit

Permalink
UpdateTableHeaderRule (#2074)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Wilco Fiers <[email protected]>
Co-authored-by: Jean-Yves Moyen <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2023
1 parent b1c6cc4 commit 09b5744
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _rules/table-header-cell-has-assigned-cells-d0f69e.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ input_aspects:
acknowledgments:
authors:
- Audrey Maniez
- Helen Burge
- Jey Nandakumar
funding:
- WAI-Tools
Expand Down Expand Up @@ -125,15 +126,15 @@ Each of the 4 `th` elements has an assigned `td` element, within the same `table
```html
<table role="grid">
<thead>
<tr role="row">
<tr>
<td></td>
<th scope="col" role="columnheader">Breakfast</th>
<th scope="col" role="columnheader">Lunch</th>
<th scope="col" role="columnheader">Dinner</th>
</tr>
</thead>
<tbody>
<tr role="row">
<tr>
<th scope="row" role="rowheader">Day 1</th>
<td>8:00</td>
<td>13:00</td>
Expand Down

0 comments on commit 09b5744

Please sign in to comment.