- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 02:16:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv31608
Modified Files:
Overview.html
Log Message:
Add the glyphs to the named character references table (whatwg r4915)
Index: Overview.html
===================================================================
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 Wednesday, 31 March 2010 02:16:03 UTC