[whatwg] [html5] r4017 - [] (0) Hide margin on 'dd' if in <figure> or <details>. Fixing http://www.w3.org [...]

On Tue, 29 Sep 2009 03:01:06 +0200, <whatwg at whatwg.org> wrote:

> Author: ianh
> Date: 2009-09-28 18:01:05 -0700 (Mon, 28 Sep 2009)
> New Revision: 4017
>
> Modified:
>    index
>    source
> Log:
> [] (0) Hide margin on 'dd' if in <figure> or <details>.
> Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7629


> Modified: source
> ===================================================================
> --- source	2009-09-29 00:56:20 UTC (rev 4016)
> +++ source	2009-09-29 01:01:05 UTC (rev 4017)
> @@ -85107,6 +85107,7 @@
>  h6 { margin-top: 2.33em; margin-bottom; 2.33em; }
> dd { margin-left: 40px; } /* <span>LTR-specific</span>: use  
> 'margin-right' for rtl elements */
> +details > dd, figure > dd { margin-left: 0; }

This should be LTR-specific, too.

-- 
Simon Pieters
Opera Software

Received on Tuesday, 29 September 2009 01:03:01 UTC