From 02a45c9652d5823f5c1fc1bf201bb2c4d183099d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 25 Jul 2023 10:17:15 +0100 Subject: [PATCH] Adjust thead description to clarify it can contain non-header cells Closes #8650. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 8dc1343bcad..ed0bc5ba5a9 100644 --- a/source +++ b/source @@ -42790,8 +42790,8 @@ interface HTMLTableSectionElement : HTMLElementThe thead element represents the block of rows that consist of - the column labels (headers) for the parent table element, if the thead - element has a parent and it is a table.

+ the column labels (headers) and any ancillary non-header cells for the parent table + element, if the thead element has a parent and it is a table.