[html5] r4916 - [e] (0) Apparently position:relative on table-cell is undefined. Let's rely on t [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 30 22:17:33 PDT 2010


Author: ianh
Date: 2010-03-30 22:17:32 -0700 (Tue, 30 Mar 2010)
New Revision: 4916

Modified:
   complete.html
   index
Log:
[e] (0) Apparently position:relative on table-cell is undefined. Let's rely on the slightly less undefined top:auto;left:auto.

Modified: complete.html
===================================================================
--- complete.html	2010-03-31 02:15:44 UTC (rev 4915)
+++ complete.html	2010-03-31 05:17:32 UTC (rev 4916)
@@ -159,8 +159,8 @@
      -webkit-column-width: 28em;
      -webkit-column-gap: 1em;
    }
-   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; position: relative; }
-   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: 0; left: 0.5em; line-height: 0; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1em; height: 1em; text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
 
   </style><link href=status.css rel=stylesheet><script>
    function init() {

Modified: index
===================================================================
--- index	2010-03-31 02:15:44 UTC (rev 4915)
+++ index	2010-03-31 05:17:32 UTC (rev 4916)
@@ -159,8 +159,8 @@
      -webkit-column-width: 28em;
      -webkit-column-gap: 1em;
    }
-   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; position: relative; }
-   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: 0; left: 0.5em; line-height: 0; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1em; height: 1em; text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
 
   </style><style>
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }




More information about the Commit-Watchers mailing list