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

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 18:01:06 PDT 2009


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: index
===================================================================
--- index	2009-09-29 00:56:20 UTC (rev 4016)
+++ index	2009-09-29 01:01:05 UTC (rev 4017)
@@ -71660,6 +71660,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 > dd, figure > 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; }
 

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; }
 dir, menu, ol, ul { padding-left: 40px; } /* <span>LTR-specific</span>: use 'padding-right' for rtl elements */
 blockquote, figure { margin-left: 40px; margin-right: 40px; }
 




More information about the Commit-Watchers mailing list