html5/spec Overview.html,1.2439,1.2440

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20391

Modified Files:
	Overview.html 
Log Message:
hide XXX markers in v2 placeholder text (whatwg r3293)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2439
retrieving revision 1.2440
diff -u -d -r1.2439 -r1.2440
--- Overview.html	17 Jun 2009 04:22:28 -0000	1.2439
+++ Overview.html	17 Jun 2009 04:26:41 -0000	1.2440
@@ -21152,6 +21152,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
@@ -21178,7 +21180,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="&#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
@@ -21190,7 +21192,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="&#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
@@ -21201,7 +21203,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="&#x0058;&#x0058;&#x0058;">inline box</var>, determined by the <code
     title="dom-context-2d-textAlign">textAlign</code>, as follows:</p>
 
     <p>Vertical position:</p>
@@ -21221,7 +21223,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="&#x0058;&#x0058;&#x0058;">inline
      box</em>.</dd>
 
      <dt> If <code
@@ -21237,7 +21239,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="&#x0058;&#x0058;&#x0058;">inline
      box</em>.</dd>
 
 
@@ -21247,13 +21249,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="&#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>
 

Received on Wednesday, 17 June 2009 04:26:51 UTC