- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 19:38:08 +0900 (JST)
- To: public-html-diffs@w3.org
Fix validation errors. (whatwg r2006)
strokeText()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1195.html#stroketext
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1194&r2=1.1195&f=h
http://html5.org/tools/web-apps-tracker?from=2005&to=2006
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1194
retrieving revision 1.1195
diff -u -d -r1.1194 -r1.1195
--- Overview.html 5 Aug 2008 10:25:34 -0000 1.1194
+++ Overview.html 5 Aug 2008 10:28:45 -0000 1.1195
@@ -22376,13 +22376,13 @@
<dt> If <code title=dom-context-2d-textAlign><a
href="#textalign">textAlign</a></code> is <code title="">start</code>
- and <span>the directionality of the <code><a
- href="#canvas">canvas</a></code> element is 'ltr'</span>
+ and <a href="#the-directionality">the directionality</a> of the
+ <code><a href="#canvas">canvas</a></code> element is 'ltr'
<dt> If <code title=dom-context-2d-textAlign><a
href="#textalign">textAlign</a></code> is <code title="">end</code> and
- <span>the directionality of the <code><a
- href="#canvas">canvas</a></code> element is 'rtl'</span>
+ <a href="#the-directionality">the directionality</a> of the <code><a
+ href="#canvas">canvas</a></code> element is 'rtl'
<dd>Let the <var title="">anchor point</var>'s horizontal position be
the left edge of the inline box.
@@ -22392,13 +22392,13 @@
<dt> If <code title=dom-context-2d-textAlign><a
href="#textalign">textAlign</a></code> is <code title="">end</code> and
- <span>the directionality of the <code><a
- href="#canvas">canvas</a></code> element is 'ltr'</span>
+ <a href="#the-directionality">the directionality</a> of the <code><a
+ href="#canvas">canvas</a></code> element is 'ltr'
<dt> If <code title=dom-context-2d-textAlign><a
href="#textalign">textAlign</a></code> is <code title="">start</code>
- and <span>the directionality of the <code><a
- href="#canvas">canvas</a></code> element is 'rtl'</span>
+ and <a href="#the-directionality">the directionality</a> of the
+ <code><a href="#canvas">canvas</a></code> element is 'rtl'
<dd>Let the <var title="">anchor point</var>'s horizontal position be
the right edge of the inline box.
@@ -22528,7 +22528,7 @@
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 'direction' property of the inline
- box set to <span>the directionality<//span> of the <code>canvas</code>
+ box set to <span>the directionality</span> of the <code>canvas</code>
element.</p></li>
<!- - if you insert a step here, make sure to adjust the next step's
@@ -22558,11 +22558,11 @@
title="">start</code></dt>
<dt> If <code
title="dom-context-2d-textAlign">textAlign</code> is <code
- title="">left</code> and <span>the directionality<//span> of the
+ title="">left</code> and <span>the directionality</span> of the
<code>canvas</code> element is 'ltr'</dt>
<dt> If <code
title="dom-context-2d-textAlign">textAlign</code> is <code
- title="">right</code> and <span>the directionality<//span> of the
+ title="">right</code> and <span>the directionality</span> of the
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
@@ -22574,11 +22574,11 @@
title="">end</code></dt>
<dt> If <code
title="dom-context-2d-textAlign">textAlign</code> is <code
- title="">right</code> and <span>the directionality<//span> of the
+ title="">right</code> and <span>the directionality</span> of the
<code>canvas</code> element is 'ltr'</dt>
<dt> If <code
title="dom-context-2d-textAlign">textAlign</code> is <code
- title="">left</code> and <span>the directionality<//span> of the
+ title="">left</code> and <span>the directionality</span> of the
<code>canvas</code> element is 'rtl'</dt>
<dd>Let the <var title="">anchor point</var>'s vertical
Received on Tuesday, 5 August 2008 10:38:47 UTC