[html5] r2657 - [e] (0) cross-refs
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 13 03:56:33 PST 2009
Author: ianh
Date: 2009-01-13 03:56:32 -0800 (Tue, 13 Jan 2009)
New Revision: 2657
Modified:
index
source
Log:
[e] (0) cross-refs
Modified: index
===================================================================
--- index 2009-01-13 11:43:50 UTC (rev 2656)
+++ index 2009-01-13 11:56:32 UTC (rev 2657)
@@ -19599,7 +19599,7 @@
readonly attribute <a href=#canvaspixelarray>CanvasPixelArray</a> <a href=#dom-imagedata-data title=dom-imagedata-data>data</a>;
};
-[IndexGetter, IndexSetter]
+[<a href=#dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>IndexGetter</a>, <a href=#dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>IndexSetter</a>]
interface <dfn id=canvaspixelarray>CanvasPixelArray</dfn> {
readonly attribute unsigned long <a href=#dom-canvaspixelarray-length title=dom-canvaspixelarray-length>length</a>;
};</pre>
@@ -21112,13 +21112,13 @@
<p>The object's <span>indices of the supported indexed
properties</span> are the numbers in the range 0 .. <span><var title="">h</var>×<var title="">w</var>×4-1</span>.</p>
- <p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is indexed to
- retrieve an indexed property <var title="">index</var>, the value
- returned must be the value of the <var title="">index</var>th
- component in the array.</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
+ the value of the <var title="">index</var>th component in the
+ array.</p>
- <p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is indexed to modify
- an indexed property <var title="">index</var> with value <var title="">value</var>, the value of the <var title="">index</var>th
+ <p>When a <code><a href=#canvaspixelarray>CanvasPixelArray</a></code> object is <dfn id=dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>indexed to modify an indexed
+ property</dfn> <var title="">index</var> with value <var title="">value</var>, the value of the <var title="">index</var>th
component in the array must be set to <var title="">value</var>. JS
<code>undefined</code> values must be converted to zero. Other
values must first be converted to numbers using JavaScript's
Modified: source
===================================================================
--- source 2009-01-13 11:43:50 UTC (rev 2656)
+++ source 2009-01-13 11:56:32 UTC (rev 2657)
@@ -21288,7 +21288,7 @@
readonly attribute <span>CanvasPixelArray</span> <span title="dom-imagedata-data">data</span>;
};
-[IndexGetter, IndexSetter]
+[<span title="dom-CanvasPixelArray-get">IndexGetter</span>, <span title="dom-CanvasPixelArray-set">IndexSetter</span>]
interface <dfn>CanvasPixelArray</dfn> {
readonly attribute unsigned long <span title="dom-canvaspixelarray-length">length</span>;
};</pre>
@@ -23166,13 +23166,15 @@
properties</span> are the numbers in the range 0 .. <span><var
title="">h</var>×<var title="">w</var>×4-1</span>.</p>
- <p>When a <code>CanvasPixelArray</code> object is indexed to
- retrieve an indexed property <var title="">index</var>, the value
- returned must be the value of the <var title="">index</var>th
- component in the array.</p>
+ <p>When a <code>CanvasPixelArray</code> object is <dfn
+ title="dom-CanvasPixelArray-get">indexed to retrieve an indexed
+ property</dfn> <var title="">index</var>, the value returned must be
+ the value of the <var title="">index</var>th component in the
+ array.</p>
- <p>When a <code>CanvasPixelArray</code> object is indexed to modify
- an indexed property <var title="">index</var> with value <var
+ <p>When a <code>CanvasPixelArray</code> object is <dfn
+ title="dom-CanvasPixelArray-set">indexed to modify an indexed
+ property</dfn> <var title="">index</var> with value <var
title="">value</var>, the value of the <var title="">index</var>th
component in the array must be set to <var title="">value</var>. JS
<code>undefined</code> values must be converted to zero. Other
More information about the Commit-Watchers
mailing list