On Mon, 26 Mar 2007, ~davidLaakso wrote:

> html {font-size: 100%;}
> body {font-size: 1em;}
> and set individual selectors in em.

Does that really summarize the collective wisdom? Logically, setting font 
size to 100% or 1em is equivalent to not setting it all, assuming that no 
other style sheet sets it. Due to browser bugs, they might matter. But is 
this really relevant nowadays?

Moreover, why 100% in one rule and 1em in another? That sounds like 
invoking _both_ the bugs in % implementation _and_ the em bugs.

As far as I know, there are fewer bugs with % than with em, though this is 
of course difficult to measure.

So why not just set in % for anything that should be relatively sized, and 
not set html or body size at all?

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to