- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 10:28:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21962 Modified Files: Overview.html Log Message: Fix validation errors. (whatwg r2006) Index: Overview.html =================================================================== 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:35:00 UTC