hixie: Hide margin on 'dd' if in <figure> or <details>. (whatwg r4017)

hixie: Hide margin on 'dd' if in <figure> or <details>. (whatwg r4017)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3178&r2=1.3179&f=h
http://html5.org/tools/web-apps-tracker?from=4016&to=4017

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3178
retrieving revision 1.3179
diff -u -d -r1.3178 -r1.3179
--- Overview.html 29 Sep 2009 00:48:05 -0000 1.3178
+++ Overview.html 29 Sep 2009 00:52:49 -0000 1.3179
@@ -65281,6 +65281,7 @@
 h6 { margin-top: 2.33em; margin-bottom; 2.33em; }
 
 dd { margin-left: 40px; } /* <a href="#ltr-specific">LTR-specific</a>: use 'margin-right' for rtl elements */
+details &gt; dd, figure &gt; dd { margin-left: 0; }
 dir, menu, ol, ul { padding-left: 40px; } /* <a href="#ltr-specific">LTR-specific</a>: use 'padding-right' for rtl elements */
 blockquote, figure { margin-left: 40px; margin-right: 40px; }

Received on Tuesday, 29 September 2009 00:53:45 UTC