[html5] r6289 - [giow] (0) Match implementations.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 12 11:44:50 PDT 2011


Author: ianh
Date: 2011-07-12 11:44:48 -0700 (Tue, 12 Jul 2011)
New Revision: 6289

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Match implementations.

Modified: complete.html
===================================================================
--- complete.html	2011-07-11 22:37:21 UTC (rev 6288)
+++ complete.html	2011-07-12 18:44:48 UTC (rev 6289)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 July 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 12 July 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -37126,9 +37126,10 @@
    <li><p>Form a hypothetical 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 box set to <var title="">font</var> and the
+   property of the inline box set to <var title="">font</var>, the
    'direction' property of the inline box set to <a href=#the-directionality>the
-   directionality</a> of the <code><a href=#the-canvas-element>canvas</a></code> element. <a href=#refsCSS>[CSS]</a></li>
+   directionality</a> of the <code><a href=#the-canvas-element>canvas</a></code> element, and the
+   'white-space' property set to 'pre'. <a href=#refsCSS>[CSS]</a></li>
 
    <!-- if you insert a step here, make sure to adjust the next step's
    final words -->
@@ -37400,8 +37401,9 @@
   U+0020 SPACE characters, and then must form a hypothetical
   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 context, as given by
+  properties at their initial values except the 'white-space' property
+  of the inline element set to 'pre' and the 'font' property of the
+  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

Modified: index
===================================================================
--- index	2011-07-11 22:37:21 UTC (rev 6288)
+++ index	2011-07-12 18:44:48 UTC (rev 6289)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 July 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 12 July 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -36998,9 +36998,10 @@
    <li><p>Form a hypothetical 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 box set to <var title="">font</var> and the
+   property of the inline box set to <var title="">font</var>, the
    'direction' property of the inline box set to <a href=#the-directionality>the
-   directionality</a> of the <code><a href=#the-canvas-element>canvas</a></code> element. <a href=#refsCSS>[CSS]</a></li>
+   directionality</a> of the <code><a href=#the-canvas-element>canvas</a></code> element, and the
+   'white-space' property set to 'pre'. <a href=#refsCSS>[CSS]</a></li>
 
    <!-- if you insert a step here, make sure to adjust the next step's
    final words -->
@@ -37272,8 +37273,9 @@
   U+0020 SPACE characters, and then must form a hypothetical
   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 context, as given by
+  properties at their initial values except the 'white-space' property
+  of the inline element set to 'pre' and the 'font' property of the
+  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

Modified: source
===================================================================
--- source	2011-07-11 22:37:21 UTC (rev 6288)
+++ source	2011-07-12 18:44:48 UTC (rev 6289)
@@ -41094,9 +41094,10 @@
    <li><p>Form a hypothetical 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 box set to <var title="">font</var> and the
+   property of the inline box set to <var title="">font</var>, the
    'direction' property of the inline box set to <span>the
-   directionality</span> of the <code>canvas</code> element. <a
+   directionality</span> of the <code>canvas</code> element, and the
+   'white-space' property set to 'pre'. <a
    href="#refsCSS">[CSS]</a></p></li>
 
    <!-- if you insert a step here, make sure to adjust the next step's
@@ -41419,8 +41420,9 @@
   U+0020 SPACE characters, and then must form a hypothetical
   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 context, as given by
+  properties at their initial values except the 'white-space' property
+  of the inline element set to 'pre' and the 'font' property of the
+  inline element set to the current font of the context as given by
   the <code title="dom-context-2d-font">font</code> attribute, and
   must then return a new <code>TextMetrics</code> object with its
   <code title="dom-textmetrics-width">width</code> attribute set to




More information about the Commit-Watchers mailing list