Re: "inherit"

* Michael Day wrote:
>You can already override inheritance for nearly all properties simply by 
>specifying the initial value. For example:
>
>    font-weight: normal

Sure, but I think the number of CSS authors who know the initial value
of 'vertical-align' or 'overflow' without looking at the specification
is rather small.

>You could not make a similar argument for the "inherit" keyword, which is
>genuinely useful even for properties which inherit by default, for forcing
>inheritance in the presence of other rules in the cascade.

Just specify the value you want.

Received on Tuesday, 29 July 2003 04:08:53 UTC