[html5] r6381 - [giow] (1) Use [Clamp] to return this part of the spec to the real world. Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 5 20:52:20 PDT 2011
Author: ianh
Date: 2011-08-05 20:52:19 -0700 (Fri, 05 Aug 2011)
New Revision: 6381
Modified:
complete.html
index
source
Log:
[giow] (1) Use [Clamp] to return this part of the spec to the real world.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10930
Modified: complete.html
===================================================================
--- complete.html 2011-08-06 03:33:34 UTC (rev 6380)
+++ complete.html 2011-08-06 03:52:19 UTC (rev 6381)
@@ -34854,8 +34854,8 @@
interface <dfn id=canvaspixelarray>CanvasPixelArray</dfn> {
readonly attribute unsigned long <a href=#dom-canvaspixelarray-length title=dom-canvaspixelarray-length>length</a>;
- <a href=#dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>getter</a> octet (in unsigned long index);
- <a href=#dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>setter</a> void (in unsigned long index, in octet value);
+ [Clamp] <a href=#dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>getter</a> octet (in unsigned long index);
+ [Clamp] <a href=#dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>setter</a> void (in unsigned long index, in octet value);
};</pre>
<dl class=domintro><dt><var title="">context</var> . <code title=dom-context-2d-canvas><a href=#dom-context-2d-canvas>canvas</a></code></dt>
Modified: index
===================================================================
--- index 2011-08-06 03:33:34 UTC (rev 6380)
+++ index 2011-08-06 03:52:19 UTC (rev 6381)
@@ -34726,8 +34726,8 @@
interface <dfn id=canvaspixelarray>CanvasPixelArray</dfn> {
readonly attribute unsigned long <a href=#dom-canvaspixelarray-length title=dom-canvaspixelarray-length>length</a>;
- <a href=#dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>getter</a> octet (in unsigned long index);
- <a href=#dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>setter</a> void (in unsigned long index, in octet value);
+ [Clamp] <a href=#dom-canvaspixelarray-get title=dom-CanvasPixelArray-get>getter</a> octet (in unsigned long index);
+ [Clamp] <a href=#dom-canvaspixelarray-set title=dom-CanvasPixelArray-set>setter</a> void (in unsigned long index, in octet value);
};</pre>
<dl class=domintro><dt><var title="">context</var> . <code title=dom-context-2d-canvas><a href=#dom-context-2d-canvas>canvas</a></code></dt>
Modified: source
===================================================================
--- source 2011-08-06 03:33:34 UTC (rev 6380)
+++ source 2011-08-06 03:52:19 UTC (rev 6381)
@@ -38322,8 +38322,8 @@
interface <dfn>CanvasPixelArray</dfn> {
readonly attribute unsigned long <span title="dom-canvaspixelarray-length">length</span>;
- <span title="dom-CanvasPixelArray-get">getter</span> octet (in unsigned long index);
- <span title="dom-CanvasPixelArray-set">setter</span> void (in unsigned long index, in octet value);
+ [Clamp] <span title="dom-CanvasPixelArray-get">getter</span> octet (in unsigned long index);
+ [Clamp] <span title="dom-CanvasPixelArray-set">setter</span> void (in unsigned long index, in octet value);
};</pre>
<dl class="domintro">
More information about the Commit-Watchers
mailing list