- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 17:05:52 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: update to new webidl terminology (whatwg r5622) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.79&r2=1.80&f=h http://html5.org/tools/web-apps-tracker?from=5621&to=5622 =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- Overview.html 13 Oct 2010 10:12:11 -0000 1.79 +++ Overview.html 14 Oct 2010 08:05:42 -0000 1.80 @@ -2900,8 +2900,8 @@ attribute of a <code><a href="#canvaspixelarray">CanvasPixelArray</a></code> object must return this number.</p> - <p>The object's <span>indices of the supported indexed - properties</span> are the numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p> + <p>The object's <span>supported property indices</span> are the + numbers in the range 0 .. <span title=""><var title="">h</var>×<var title="">w</var>×4-1</span>.</p> <p>When a <code><a href="#canvaspixelarray">CanvasPixelArray</a></code> object is <dfn id="dom-canvaspixelarray-get" title="dom-CanvasPixelArray-get">indexed to retrieve an indexed property</dfn> <var title="">index</var>, the value returned must be
Received on Thursday, 14 October 2010 08:06:22 UTC