- From: poot <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 03:48:16 +0900 (JST)
- To: public-html-diffs@w3.org
device; hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) http://dev.w3.org/cvsweb/html5/html-device/Overview.html?r1=1.58&r2=1.59&f=h http://html5.org/tools/web-apps-tracker?from=5556&to=5557 =================================================================== 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:45 UTC