[html5] r3293 - [e] (0) hide XXX markers in v2 placeholder text
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 16 21:26:38 PDT 2009
Author: ianh
Date: 2009-06-16 21:26:36 -0700 (Tue, 16 Jun 2009)
New Revision: 3293
Modified:
index
source
Log:
[e] (0) hide XXX markers in v2 placeholder text
Modified: index
===================================================================
--- index 2009-06-17 04:22:20 UTC (rev 3292)
+++ index 2009-06-17 04:26:36 UTC (rev 3293)
@@ -24052,6 +24052,8 @@
enough to actual specify vertical text rendering (how long have we
been waiting now?)
+WHEN EDITING THIS, FIX THE PARTS MARKED "XXX" BELOW
+
<p>The <dfn
title="dom-context-2d-fillVerticalText"><code>fillVerticalText()</code></dfn>
and <dfn
@@ -24078,7 +24080,7 @@
characters</span> in <var title="">text</var> with U+0020 SPACE
characters.</p></li>
- <li><p>Form a <em class="XXX">whatever CSS ends up calling
+ <li><p>Form a <em class="XXX">whatever CSS ends up calling
vertical line boxes and inline boxes</em> 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
@@ -24090,7 +24092,7 @@
final words - ->
<li><p>If the <var title="">maxHeight</var> argument was specified
- and the hypothetical height of the <em class="XXX">box</em>
+ and the hypothetical height of the <em class="XXX">box</em>
in the hypothetical line box is greater than <var
title="">maxHeight</var> CSS pixels, then change <var
title="">font</var> to have a more condensed font (if one is
@@ -24101,7 +24103,7 @@
<li>
<p>Let the <var title="">anchor point</var> be a point on the <em
- class="XXX">inline box</var>, determined by the <code
+ class="XXX">inline box</var>, determined by the <code
title="dom-context-2d-textAlign">textAlign</code>, as follows:</p>
<p>Vertical position:</p>
@@ -24121,7 +24123,7 @@
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
- position be the top edge of the <em class="XXX">inline
+ position be the top edge of the <em class="XXX">inline
box</em>.</dd>
<dt> If <code
@@ -24137,7 +24139,7 @@
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
- position be the bottom edge of the <em class="XXX">inline
+ position be the bottom edge of the <em class="XXX">inline
box</em>.</dd>
@@ -24147,13 +24149,13 @@
<dd>Let the <var title="">anchor point</var>'s vertical position
be half way between the top and bottom edges of the <em
- class="XXX">inline box</em>.</dd>
+ class="XXX">inline box</em>.</dd>
</dl>
<p>Let the horizontal position be half way between the left and
right edges of the em box of the first available font of the <em
- class="XXX">inline box</em>.</p>
+ class="XXX">inline box</em>.</p>
</li>
Modified: source
===================================================================
--- source 2009-06-17 04:22:20 UTC (rev 3292)
+++ source 2009-06-17 04:26:36 UTC (rev 3293)
@@ -26275,6 +26275,8 @@
enough to actual specify vertical text rendering (how long have we
been waiting now?)
+WHEN EDITING THIS, FIX THE PARTS MARKED "XXX" BELOW
+
<p>The <dfn
title="dom-context-2d-fillVerticalText"><code>fillVerticalText()</code></dfn>
and <dfn
@@ -26301,7 +26303,7 @@
characters</span> in <var title="">text</var> with U+0020 SPACE
characters.</p></li>
- <li><p>Form a <em class="XXX">whatever CSS ends up calling
+ <li><p>Form a <em class="XXX">whatever CSS ends up calling
vertical line boxes and inline boxes</em> 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
@@ -26313,7 +26315,7 @@
final words - ->
<li><p>If the <var title="">maxHeight</var> argument was specified
- and the hypothetical height of the <em class="XXX">box</em>
+ and the hypothetical height of the <em class="XXX">box</em>
in the hypothetical line box is greater than <var
title="">maxHeight</var> CSS pixels, then change <var
title="">font</var> to have a more condensed font (if one is
@@ -26324,7 +26326,7 @@
<li>
<p>Let the <var title="">anchor point</var> be a point on the <em
- class="XXX">inline box</var>, determined by the <code
+ class="XXX">inline box</var>, determined by the <code
title="dom-context-2d-textAlign">textAlign</code>, as follows:</p>
<p>Vertical position:</p>
@@ -26344,7 +26346,7 @@
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
- position be the top edge of the <em class="XXX">inline
+ position be the top edge of the <em class="XXX">inline
box</em>.</dd>
<dt> If <code
@@ -26360,7 +26362,7 @@
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
- position be the bottom edge of the <em class="XXX">inline
+ position be the bottom edge of the <em class="XXX">inline
box</em>.</dd>
@@ -26370,13 +26372,13 @@
<dd>Let the <var title="">anchor point</var>'s vertical position
be half way between the top and bottom edges of the <em
- class="XXX">inline box</em>.</dd>
+ class="XXX">inline box</em>.</dd>
</dl>
<p>Let the horizontal position be half way between the left and
right edges of the em box of the first available font of the <em
- class="XXX">inline box</em>.</p>
+ class="XXX">inline box</em>.</p>
</li>
More information about the Commit-Watchers
mailing list