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

Manishearth has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables-3] Unclear definition of offset-adjusted cell measures ==
https://drafts.csswg.org/css-tables/#offsets-adjusted-width

> **offsets-adjusted min-width, width, and max-width**
>
> -  For table-cell boxes, the offsets-adjusted value of width properties is their computed value from which the cell’s border-{left|right}-width and/or padding-{left|right} have eventually been deduced, depending on the value of box-sizing. 


Should this say "deducted"? I'm not sure how I'm supposed to deduce anything. Some more explicit text would be nice, like "if box-sizing is border-box, this is `min-width - border-lr - padding-lr`"

cc @FremyCompany 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5407 using your GitHub account


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

Received on Thursday, 6 August 2020 22:19:02 UTC