- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 02:16:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-device
In directory hutz:/tmp/cvs-serv31685
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/html-device/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html 29 Mar 2010 06:08:20 -0000 1.28
+++ Overview.html 31 Mar 2010 02:16:07 -0000 1.29
@@ -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">
@@ -283,7 +285,7 @@
<h1>HTML Device</h1>
<h2 class="no-num no-toc" id="an-addition-to-html">An addition to HTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-29-march-2010">Editor's Draft 29 March 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-31-march-2010">Editor's Draft 31 March 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html-device/">http://www.w3.org/TR/html-device/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -362,7 +364,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 29 March 2010 Editor's Draft.
+ This specification is the 31 March 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
Received on Wednesday, 31 March 2010 02:16:11 UTC