Re: [csswg-drafts] [cssom-view] [css-tables] should table.clientWidth include borders? (#4245)

@bzbarsky Chrome behavior is that you take the wrapper box, then deduct its border thickness (which should be 0 but is actually the same as the table grid box border, I guess they just don't change their internal style representation and ignore the border on table wrapper boxes). It's indeed wrong, and this is also what they use when the table wrapper box is the containing block of an abspos, which makes this even more of a problem.

Still pretty sure the fix is Chrome's to make here. But I don't disagree the specs could benefit from some clarifications.

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

Received on Wednesday, 28 August 2019 08:56:25 UTC