Then why suppose that the human have failed instead of not?. I mean: why is more logical this estructure of overriding by precedence than by , let's say, propierties as selectors?(reckognizing that in this way it loses the meaning of shorthand propierty) In the example it would be: whatever {margin-left:2em;margin:2pt} <=> whatever {margin-left:2em;margin-top:2pt;margin-right:2pt;margin-bottom:2pt} > Margin is a shorthand property, it sets four properties at once. The > above actually means: > > whatever {margin-left:2em} > whatever {margin-top:2pt} > whatever {margin-right:2pt} > whatever {margin-bottom:2pt} > whatever {margin-left:2pt} > > So the first 'margin-left' is lost because the last one takes > precedence.Received on Thursday, 29 July 1999 05:37:55 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:59 GMT