Re: [csswg-drafts] [css-tables-3] Unclear definition of offset-adjusted cell measures (#5407)

> Also, what should be done if these values contain percentages?

Borders can thankfully not be percentages.
This leaves the question of padding. I'd assume things would work the same as for percentages elsewhere for tables:

- During first pass, ignored as `auto` (here means 0px)
- Then when the distribution has happened and cells have their final sizes, padding is accounted for in the final layout, possibly causing the content of the cells to overflow.

https://wptest.center/#/nm1qw4 written with this assumption passes in both chromium and gecko

Now, where do we want to specify this behavior explicitly in the text? in the definition of cell intrinsic offset for the part about considering percentages as 0, and then one more note somewhere to mention the values are used when doing final cell layout?

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


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

Received on Tuesday, 11 August 2020 15:26:45 UTC