Chris Williams wrote:
> This is just wrong. It [the <html> element] inherits the defaults from the > browser. >From the W3C [1] : > 6.2 Inheritance > > Some values are inherited by the children of an element in the document tree, > as described above. Each property defines whether it is inherited or not. As the browser is not an element in the document tree, the <html> element cannot inherit any properties from it. It may well acquire them in some other way, but this is not inheritance /qua/ inheritance. Philip Taylor -------- [1] http://www.w3.org/TR/CSS2/cascade.html#inheritance ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
