Re: [CSS21] margin computed value

On Mon, 9 Nov 2009, L. David Baron wrote:

> On Monday 2009-11-09 18:07 +0300, Andrey Mikhalev wrote:
>> in "8.3 Margin properties", computed value for margin-* claimed as:
>> "the percentage as specified or the absolute length"
>
> I think this should say "the percentage or auto as specified, or the
> absolute length".

mozilla POV :)

e.g. opera 10 inherits '0' in following sample:
<style>
   span { margin:auto }
   #y { margin: inherit; width: 100px; }
</style>
<span> c d e <div id=y> f g h </div> e d c </span>

i.e. 10.3 should be 'fixed' instead

>
> -David
>
>

Received on Monday, 9 November 2009 18:15:23 UTC