[html5] r2461 - [e] (0) Fix compliance issue with the CSS (removes a hack for IE6).

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 26 02:56:43 PST 2008


Author: ianh
Date: 2008-11-26 02:56:43 -0800 (Wed, 26 Nov 2008)
New Revision: 2461

Modified:
   header-whatwg
   index
Log:
[e] (0) Fix compliance issue with the CSS (removes a hack for IE6).

Modified: header-whatwg
===================================================================
--- header-whatwg	2008-11-26 10:26:40 UTC (rev 2460)
+++ header-whatwg	2008-11-26 10:56:43 UTC (rev 2461)
@@ -7,7 +7,7 @@
   <style type="text/css">
    h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
    h4 + p + .element { margin-top: -5em; padding-top: 4em; }
-   .element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
+   .element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; }
    .proposal { border: blue solid; padding: 1em; }
    .bad { color: gray; }
    table.matrix, table.matrix td { border: none; text-align: right; }

Modified: index
===================================================================
--- index	2008-11-26 10:26:40 UTC (rev 2460)
+++ index	2008-11-26 10:56:43 UTC (rev 2461)
@@ -1,7 +1,7 @@
 <!DOCTYPE html><html lang=en-US-x-hixie><title>HTML 5</title><link href=/style/specification rel=stylesheet><link href=/images/icon rel=icon><style type=text/css>
    h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
    h4 + p + .element { margin-top: -5em; padding-top: 4em; }
-   .element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; -padding: 0; /* that last decl is for IE6. Try removing it, it's hilarious! */ }
+   .element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; }
    .proposal { border: blue solid; padding: 1em; }
    .bad { color: gray; }
    table.matrix, table.matrix td { border: none; text-align: right; }




More information about the Commit-Watchers mailing list