- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 18:48:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-device
In directory hutz:/tmp/cvs-serv7681
Modified Files:
Overview.html
Log Message:
Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html 24 Sep 2010 21:59:35 -0000 1.58
+++ Overview.html 29 Sep 2010 18:48:04 -0000 1.59
@@ -232,16 +232,19 @@
.details-example img { vertical-align: top; }
#named-character-references-table {
+ white-space: nowrap;
font-size: 0.6em;
- column-width: 28em;
+ column-width: 30em;
column-gap: 1em;
- -moz-column-width: 28em;
+ -moz-column-width: 30em;
-moz-column-gap: 1em;
- -webkit-column-width: 28em;
+ -webkit-column-width: 30em;
-webkit-column-gap: 1em;
}
+ #named-character-references-table > table > tbody > tr > td:first-child + td,
#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; }
+ #named-character-references-table > table > tbody > tr#entity-CounterClockwiseContourIntegral > td:first-child { font-size: 0.5em; }
.glyph.control { color: red; }
@@ -312,7 +315,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<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-24-september-2010">Editor's Draft 24 September 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-29-september-2010">Editor's Draft 29 September 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>
@@ -399,7 +402,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 24 September 2010 Editor's Draft.
+ This specification is the 29 September 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, 29 September 2010 18:48:09 UTC