Skip to content

Commit

Permalink
[e] (0) hide XXX markers in v2 placeholder text
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3293 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2009
1 parent 4784350 commit f0855d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
16 changes: 9 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24052,6 +24052,8 @@ notes on what would need to be defined for dashed lines:
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
Expand All @@ -24078,7 +24080,7 @@ been waiting now?)
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="&#x0058;&#x0058;&#x0058;">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
Expand All @@ -24090,7 +24092,7 @@ been waiting now?)
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="&#x0058;&#x0058;&#x0058;">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
Expand All @@ -24101,7 +24103,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline box</var>, determined by the <code
title="dom-context-2d-textAlign">textAlign</code>, as follows:</p>

<p>Vertical position:</p>
Expand All @@ -24121,7 +24123,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline
box</em>.</dd>

<dt> If <code
Expand All @@ -24137,7 +24139,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline
box</em>.</dd>


Expand All @@ -24147,13 +24149,13 @@ been waiting now?)

<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="&#x0058;&#x0058;&#x0058;">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="&#x0058;&#x0058;&#x0058;">inline box</em>.</p>

</li>

Expand Down
16 changes: 9 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26275,6 +26275,8 @@ notes on what would need to be defined for dashed lines:
enough to actual specify vertical text rendering (how long have we
been waiting now?)

WHEN EDITING THIS, FIX THE PARTS MARKED "&#x0058;&#x0058;&#x0058;" BELOW

<p>The <dfn
title="dom-context-2d-fillVerticalText"><code>fillVerticalText()</code></dfn>
and <dfn
Expand All @@ -26301,7 +26303,7 @@ been waiting now?)
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="&#x0058;&#x0058;&#x0058;">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
Expand All @@ -26313,7 +26315,7 @@ been waiting now?)
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="&#x0058;&#x0058;&#x0058;">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
Expand All @@ -26324,7 +26326,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline box</var>, determined by the <code
title="dom-context-2d-textAlign">textAlign</code>, as follows:</p>

<p>Vertical position:</p>
Expand All @@ -26344,7 +26346,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline
box</em>.</dd>

<dt> If <code
Expand All @@ -26360,7 +26362,7 @@ been waiting now?)
<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="&#x0058;&#x0058;&#x0058;">inline
box</em>.</dd>


Expand All @@ -26370,13 +26372,13 @@ been waiting now?)

<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="&#x0058;&#x0058;&#x0058;">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="&#x0058;&#x0058;&#x0058;">inline box</em>.</p>

</li>

Expand Down

0 comments on commit f0855d3

Please sign in to comment.