W3C home > Mailing lists > Public > www-style@w3.org > November 2009

Re: [CSS21] margin computed value

From: Andrey Mikhalev <amikhal@abisoft.spb.ru>
Date: Mon, 9 Nov 2009 21:14:42 +0300 (MSK)
To: "L. David Baron" <dbaron@dbaron.org>
cc: www-style@w3.org
Message-ID: <Pine.LNX.4.63.0911092106270.25651@master.abisoft.spb.ru>
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

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:13:41 UTC