device; hixie: Apparently position:relative on table-cell is undefined. Let's rely on the slightly less undefined top:auto;left:auto. (whatwg r4916)

device; hixie: Apparently position:relative on table-cell is undefined.
Let's rely on the slightly less undefined top:auto;left:auto. (whatwg
r4916)

http://dev.w3.org/cvsweb/html5/html-device/Overview.html?r1=1.29&r2=1.30&f=h
http://html5.org/tools/web-apps-tracker?from=4915&to=4916

===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html 31 Mar 2010 02:16:07 -0000 1.29
+++ Overview.html 31 Mar 2010 05:17:54 -0000 1.30
@@ -235,8 +235,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 type="text/css">
    .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; }

Received on Thursday, 1 April 2010 05:35:40 UTC