Skip to content

Commit

Permalink
Adjust thead description to clarify it can contain non-header cells
Browse files Browse the repository at this point in the history
Closes #8650.
  • Loading branch information
patrickhlauke committed Jul 25, 2023
1 parent 627176c commit 02a45c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -42790,8 +42790,8 @@ interface <dfn interface>HTMLTableSectionElement</dfn> : <span>HTMLElement</span

<p>The <code>thead</code> element <span>represents</span> the <span
data-x="concept-row-group">block</span> of <span data-x="concept-row">rows</span> that consist of
the column labels (headers) for the parent <code>table</code> element, if the <code>thead</code>
element has a parent and it is a <code>table</code>.</p>
the column labels (headers) and any ancillary non-header cells for the parent <code>table</code>
element, if the <code>thead</code> element has a parent and it is a <code>table</code>.</p>

<div w-nodev>

Expand Down

0 comments on commit 02a45c9

Please sign in to comment.