Re: [csswg-drafts] Collapsed table first row width quirk (#6230)

> add rows without having to recompute the column widths

I believe that original intent was that you were able to determine column widths just by traversing the first row.

This optimization is no longer possible, and might have never been possilble.
- TD( rowspan>1, colspan>1) cells affect table grid size, they must be traversed.

Also, computing table's ink overflow requires traversing the entire table.

Today, this behavior is just a historical quirk.



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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 15 June 2021 17:09:26 UTC