Re: Initial Value

Ryan Cannon wrote:
> The font-weight and font-style are /reset/ by the font declaration,  
> such that the computed style for child is { font: normal normal 22px/ 
> 40px sans-serif }

Actually, no.  Reset does not directly affect the child computed value.  Again, 
it affects the specified value; later declarations that set the font properties 
can change that value.  All this happens before we compute anything.

-Boris

Received on Wednesday, 1 June 2005 16:47:32 UTC