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