Re: [csswg-drafts] [css-tables] Do anonymous table-column-group and table-column boxes get created for tables that don't have any?

I just quickly reviewed the 300+ usages of "column" in the spec, and didn't find more than three cases where the spec is misusing one term for the other:

**In cell measurements:**

> The outer min-content width of a table column or column group is max(min-width, width). 

Should be changed to "width of a table-column or table-column-group" to be more clear

**In column measurements:**

> A column is constrained if the column group (if any), the column (if any), or any of the cells spanning only that column has a computed width that is not "auto", and is not a percentage. 

Should be changed to "A column is constrained if its corresponding table-column-group (if any), table-column (if any), or any of the cells spanning the column only..."

**In background painting:**

> its originating column

Should be changed to "its originating table-column (if any)" 

**Please tell me if you see any other.**


-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1763#issuecomment-326165403 using your GitHub account

Received on Thursday, 31 August 2017 01:43:04 UTC