Re: box-sizing + intrinsic dimensions

On Tuesday 2012-08-07 12:39 -0700, Ojan Vafai wrote:
> http://dev.w3.org/csswg/css3-ui/#box-sizing0
> http://dev.w3.org/csswg/css3-writing-modes/#intrinsic-sizing
> 
> How should box-sizing affect things that are sized based off intrinsic
> dimensions? Using a box-sizing other than content-box does weird things.

I think the basic answer should be that when the intrinsic sizing
keywords are used, setting 'box-sizing' to different values
shouldn't cause any change in the width.

Depending on how 'box-sizing' interacts with the used value of the
'width' property, this may mean that the used value of 'width' needs
to change in order to prevent the width from changing.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Tuesday, 7 August 2012 21:10:29 UTC