- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 08:05:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv18620 Modified Files: Overview.html Log Message: update to new webidl terminology (whatwg r5622) Index: Overview.html =================================================================== 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:05:46 UTC