RE: box-sizing alternative

> And finally,
> adding one controlling property ("box-sizing") is preferable
> to adding two
> alternative properties ("content-width" and "content-height").

It is very noble of you to try and cut down on the number of properties
added to CSS.  However, in this you are making too many sacrifices just to
save a few added properties.  You are adding in something that is, IMO, very
clumsy: "box-sizing". I say that it is clumsy because it is a different way
of affecting size than the user is used to.  Every other size property is
set by giving it an explicit pixel size.  The solution I have detailed
allows the user to continue to use pixel sizes to define specific regions.
I believe this is simpler than making the user "change the rules" of how
size is interpreted.

Can you please explain to my why "changing the rules" is better than just
setting the size of a specific region within the box, or the box as a whole?

Received on Tuesday, 29 February 2000 14:19:05 UTC