- From: poot <cvsmail@w3.org>
- Date: Wed, 22 Oct 2008 20:25:17 +0900 (JST)
- To: public-html-diffs@w3.org
the word 'browsing' doesn't belong here. (credit: cp) (whatwg r2360)
Index
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#index
Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#status-of-this-document
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
width
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#dom-textmetrics-width
strokeText()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#dom-context-2d-stroketext
measureText()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#dom-context-2d-measuretext
Editor's Draft 22 October 2008
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1533.html#editor-s-draft-date-zzz-9-june-2008
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1532&r2=1.1533&f=h
http://html5.org/tools/web-apps-tracker?from=2359&to=2360
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1532
retrieving revision 1.1533
diff -u -d -r1.1532 -r1.1533
--- Overview.html 21 Oct 2008 15:14:56 -0000 1.1532
+++ Overview.html 22 Oct 2008 11:21:31 -0000 1.1533
@@ -8,7 +8,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 5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->21 October 2008</h2>
+ <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->22 October 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
@@ -97,7 +97,7 @@
specification's progress along the W3C Recommendation
track.
<!--ZZZ:-->
- This specification is the 21 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
+ This specification is the 22 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
<!--:ZZZ-->
</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 also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -15918,7 +15918,7 @@
<code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>, <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code>, and <code title=dom-context-2d-textBaseline><a href=#dom-context-2d-textbaseline>textBaseline</a></code>
values. Specifically, when the methods are called, the user agent
must run the following steps:<ol><li><p>Let <var title="">font</var> be the current font of the
- browsing context, as given by the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code> attribute.</li>
+ context, as given by the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code> attribute.</li>
<li><p>Replace all the <a href=#space-character title="space character">space
characters</a> in <var title="">text</var> with U+0020 SPACE
@@ -16067,7 +16067,7 @@
<ol>
<li><p>Let <var title="">font</var> be the current font of the
- browsing context, as given by the <code
+ context, as given by the <code
title="dom-context-2d-font">font</code> attribute.</p></li>
<li><p>Replace all the <span title="space character">space
@@ -16196,11 +16196,11 @@
infinitely wide CSS line box containing a single inline box
containing the text <var title="">text</var>, with all the
properties at their initial values except the 'font' property of the
- inline element set to the current font of the browsing context, as
- given by the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>
- attribute, and must then return a new <code><a href=#textmetrics>TextMetrics</a></code>
- object with its <code title=dom-textmetrics-width><a href=#dom-textmetrics-width>width</a></code>
- attribute set to the width of that inline box, in CSS pixels. <a href=#references>[CSS]</a><p>The <code><a href=#textmetrics>TextMetrics</a></code> interface is used for the objects
+ inline element set to the current font of the context, as given by
+ the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code> attribute, and
+ must then return a new <code><a href=#textmetrics>TextMetrics</a></code> object with its
+ <code title=dom-textmetrics-width><a href=#dom-textmetrics-width>width</a></code> attribute set to
+ the width of that inline box, in CSS pixels. <a href=#references>[CSS]</a><p>The <code><a href=#textmetrics>TextMetrics</a></code> interface is used for the objects
returned from <code title=dom-context-2d-measureText><a href=#dom-context-2d-measuretext>measureText()</a></code>. It has one
attribute, <dfn id=dom-textmetrics-width title=dom-textmetrics-width><code>width</code></dfn>, which is set
by the <code title=dom-context-2d-measureText><a href=#dom-context-2d-measuretext>measureText()</a></code>
@@ -43231,7 +43231,7 @@
Hawkes-Lewis, Bert Bos, Bill Mason, Billy Wong, Bjoern Hoehrmann,
Boris Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich,
Brett Wilson, Brian Campbell, Brian Smith, Bruce Miller, Cameron
- McCormack, Carlos Perelló Marín, Chao Cai,
+ McCormack, Cao Yipeng, Carlos Perelló Marín, Chao Cai,
윤석찬 (Channy Yun), Charl van Niekerk, Charles
Iliya Krempeaux, Charles McCathieNevile, Christian Biesinger,
Christian Johansen, Chriswa, Cole Robison, Collin Jackson, Daniel
Received on Wednesday, 22 October 2008 11:25:54 UTC