John J. Barton wrote:
The computed font-size of the <a> is 36px. font-size does inherit by default, but only by default. If it's specified on the node directly, the computed value is the specified value.

Sounds to me like the firebug display is pretty wrong.

-Boris

Ouch! Is this special case for font-size only?

No, this is how CSS works in general. Properties that inherit by default only get the inherited value if they're not explicitly specified. Properties that don't inherit by default (e.g. display) get the default value if not explicitly specified.

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to