Re: New layout language.

> Currently boxes can take either a static width (e.g. 100px) or a

One should avoid the use of px sizes because they don't tolerate 
user overrides of font sizes well.  That's why their use is 
discouraged in the accessibility guidelines.  Once you add the
need for em sizing, you get an interaction with the "non-layout"
parts of the styling!

> percentage width (e.g. 20%). You can also specify a minimum width
> (e.g. 20px).

Received on Tuesday, 5 July 2005 21:12:19 UTC