Skip to content

Commit

Permalink
Update table-headers-attribute-refer-to-data-cells-a25f45.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet authored Nov 21, 2024
1 parent 3ccf04b commit 139863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _rules/table-headers-attribute-refer-to-data-cells-a25f45.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ The `headers` attribute on the data cells refers to a `td` element within the sa
<table>
<thead>
<tr>
<td id="header1">Projects</th>
<td id="header2">Objective</th>
<td id="header1">Projects</td>
<td id="header2">Objective</td>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 139863f

Please sign in to comment.