[html5] r8088 - [e] (0) Remove unused IDL for 'ImageBitmapCallback'. Fixing https://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 25 16:45:54 PDT 2013
Author: ianh
Date: 2013-07-25 16:45:52 -0700 (Thu, 25 Jul 2013)
New Revision: 8088
Modified:
complete.html
index
source
Log:
[e] (0) Remove unused IDL for 'ImageBitmapCallback'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22807
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-07-25 23:42:40 UTC (rev 8087)
+++ complete.html 2013-07-25 23:45:52 UTC (rev 8088)
@@ -75240,8 +75240,6 @@
readonly attribute double <a href=#dom-imagebitmap-resolution title=dom-ImageBitmap-resolution>resolution</a>;
};
-callback <dfn id=imagebitmapcallback>ImageBitmapCallback</dfn> = void (<a href=#imagebitmap>ImageBitmap</a> image);
-
typedef (<a href=#htmlimageelement>HTMLImageElement</a> or
<a href=#htmlvideoelement>HTMLVideoElement</a> or
<a href=#htmlcanvaselement>HTMLCanvasElement</a> or
Modified: index
===================================================================
--- index 2013-07-25 23:42:40 UTC (rev 8087)
+++ index 2013-07-25 23:45:52 UTC (rev 8088)
@@ -75240,8 +75240,6 @@
readonly attribute double <a href=#dom-imagebitmap-resolution title=dom-ImageBitmap-resolution>resolution</a>;
};
-callback <dfn id=imagebitmapcallback>ImageBitmapCallback</dfn> = void (<a href=#imagebitmap>ImageBitmap</a> image);
-
typedef (<a href=#htmlimageelement>HTMLImageElement</a> or
<a href=#htmlvideoelement>HTMLVideoElement</a> or
<a href=#htmlcanvaselement>HTMLCanvasElement</a> or
Modified: source
===================================================================
--- source 2013-07-25 23:42:40 UTC (rev 8087)
+++ source 2013-07-25 23:45:52 UTC (rev 8088)
@@ -84253,8 +84253,6 @@
readonly attribute double <span title="dom-ImageBitmap-resolution">resolution</span>;
};
-callback <dfn>ImageBitmapCallback</dfn> = void (<span>ImageBitmap</span> image);
-
typedef (<span>HTMLImageElement</span> or
<span>HTMLVideoElement</span> or
<span>HTMLCanvasElement</span> or
More information about the Commit-Watchers
mailing list