2Dapi; hixie: Add the glyphs to the named character references table (whatwg r4915)

2Dapi; hixie: Add the glyphs to the named character references table
(whatwg r4915)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.31&r2=1.32&f=h
http://html5.org/tools/web-apps-tracker?from=4914&to=4915

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html 29 Mar 2010 06:08:13 -0000 1.31
+++ Overview.html 31 Mar 2010 02:16:00 -0000 1.32
@@ -141,16 +141,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -236,6 +226,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -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; }
+
   </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; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

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