- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 23:25:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29339 Modified Files: Overview.html Log Message: Editorial fixes: yet more mis-xreffing; convert x1, etc, to x_1. (whatwg r3997) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3158 retrieving revision 1.3159 diff -u -d -r1.3158 -r1.3159 --- Overview.html 24 Sep 2009 23:14:33 -0000 1.3158 +++ Overview.html 24 Sep 2009 23:24:59 -0000 1.3159 @@ -24469,15 +24469,15 @@ <dt><a href="#attr-area-shape-poly" title="attr-area-shape-poly">Polygon state</a></dt> <dd> - <p>Let <var title="">x<sub title=""><var title="">i</var></sub></var> be the <span>(2<var title="">i</var>)</span>th entry in <var title="">coords</var>, - and <var title="">y<sub title=""><var title="">i</var></sub></var> be the <span>(2<var title="">i</var>+1)</span>th entry in <var title="">coords</var> + <p>Let <var title="">x<sub title=""><var title="">i</var></sub></var> be the <span title="">(2<var title="">i</var>)</span>th entry in <var title="">coords</var>, + and <var title="">y<sub title=""><var title="">i</var></sub></var> be the <span title="">(2<var title="">i</var>+1)</span>th entry in <var title="">coords</var> (the first entry in <var title="">coords</var> being the one with index 0).</p> <p>Let <var title="">the coordinates</var> be (<var title="">x<sub title=""><var title="">i</var></sub></var>, <var title="">y<sub title=""><var title="">i</var></sub></var>), interpreted in CSS pixels measured from the top left of the image, for all integer values of <var title="">i</var> from 0 to - <span>(<var title="">N</var>/2)-1</span>, where <var title="">N</var> is the number of items in <var title="">coords</var>.</p> + <span title="">(<var title="">N</var>/2)-1</span>, where <var title="">N</var> is the number of items in <var title="">coords</var>.</p> <p>The shape is a polygon whose vertices are given by <var title="">the coordinates</var>, and whose interior is established using the even-odd rule. <a href="#refsGRAPHICS">[GRAPHICS]</a></p> @@ -24493,14 +24493,13 @@ <dd> - <p>Let <var title="">x1</var> be the first number in <var title="">coords</var>, <var title="">y1</var> be the second - number, <var title="">x2</var> be the third number, and <var title="">y2</var> be the fourth number.</p> + <p>Let <var title="">x<sub title="">1</sub></var> be the first + number in <var title="">coords</var>, <var title="">y<sub title="">1</sub></var> be the second number, <var title="">x<sub title="">2</sub></var> be the third number, and <var title="">y<sub title="">2</sub></var> be the fourth number.</p> <p>The shape is a rectangle whose top-left corner is given by - the coordinate (<var title="">x1</var>, <var title="">y1</var>) - and whose bottom right corner is given by the coordinate (<var title="">x2</var>, <var title="">y2</var>), those coordinates - being interpreted as CSS pixels from the top left corner of the - image.</p> + the coordinate (<var title="">x<sub title="">1</sub></var>, <var title="">y<sub title="">1</sub></var>) and whose bottom right + corner is given by the coordinate (<var title="">x<sub title="">2</sub></var>, <var title="">y<sub title="">2</sub></var>), those coordinates being interpreted as + CSS pixels from the top left corner of the image.</p> </dd>
Received on Thursday, 24 September 2009 23:25:11 UTC