[css3-sizing] Interaction with box-sizing property?

It seems that `width: min-content` works as intended only with `box-sizing: content-box`. Shouldn’t min-content value automatically add the border and padding values when with `box-sizing: border-box`?

Received on Thursday, 22 January 2015 13:48:13 UTC