[html5] r4953 - [e] (0) remove redundant requirement (yeah web idl) Fixing http://www.w3.org/Bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 1 23:24:08 PDT 2010
Author: ianh
Date: 2010-04-01 23:24:07 -0700 (Thu, 01 Apr 2010)
New Revision: 4953
Modified:
complete.html
index
source
Log:
[e] (0) remove redundant requirement (yeah web idl)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9333
Modified: complete.html
===================================================================
--- complete.html 2010-04-02 06:22:21 UTC (rev 4952)
+++ complete.html 2010-04-02 06:24:07 UTC (rev 4953)
@@ -26677,9 +26677,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code><a href=#htmlimageelement>HTMLImageElement</a></code>, <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>, or
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
- <!-- drawImage() has an equivalent paragraph -->
+ null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
+ exception.</p> <!-- drawImage() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code><a href=#htmlimageelement>HTMLImageElement</a></code> object whose <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, or
@@ -28173,9 +28172,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code><a href=#htmlimageelement>HTMLImageElement</a></code>, <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>, or
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
- <!-- createPattern() has an equivalent paragraph -->
+ null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
+ exception.</p> <!-- createPattern() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code><a href=#htmlimageelement>HTMLImageElement</a></code> object whose <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, or
Modified: index
===================================================================
--- index 2010-04-02 06:22:21 UTC (rev 4952)
+++ index 2010-04-02 06:24:07 UTC (rev 4953)
@@ -26578,9 +26578,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code><a href=#htmlimageelement>HTMLImageElement</a></code>, <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>, or
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
- <!-- drawImage() has an equivalent paragraph -->
+ null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
+ exception.</p> <!-- drawImage() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code><a href=#htmlimageelement>HTMLImageElement</a></code> object whose <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, or
@@ -28074,9 +28073,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code><a href=#htmlimageelement>HTMLImageElement</a></code>, <code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>, or
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code> exception.</p>
- <!-- createPattern() has an equivalent paragraph -->
+ null, the implementation must raise a <code><a href=#type_mismatch_err>TYPE_MISMATCH_ERR</a></code>
+ exception.</p> <!-- createPattern() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code><a href=#htmlimageelement>HTMLImageElement</a></code> object whose <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> attribute is false, or
Modified: source
===================================================================
--- source 2010-04-02 06:22:21 UTC (rev 4952)
+++ source 2010-04-02 06:24:07 UTC (rev 4953)
@@ -28948,9 +28948,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code>HTMLImageElement</code>, <code>HTMLCanvasElement</code>, or
<code>HTMLVideoElement</code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code>TYPE_MISMATCH_ERR</code> exception.</p>
- <!-- drawImage() has an equivalent paragraph -->
+ null, the implementation must raise a <code>TYPE_MISMATCH_ERR</code>
+ exception.</p> <!-- drawImage() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code>HTMLImageElement</code> object whose <code
@@ -30718,9 +30717,8 @@
<p>The <var title="">image</var> argument is an instance of either
<code>HTMLImageElement</code>, <code>HTMLCanvasElement</code>, or
<code>HTMLVideoElement</code>. If the <var title="">image</var> is
- of the wrong type or null, the implementation must raise a
- <code>TYPE_MISMATCH_ERR</code> exception.</p>
- <!-- createPattern() has an equivalent paragraph -->
+ null, the implementation must raise a <code>TYPE_MISMATCH_ERR</code>
+ exception.</p> <!-- createPattern() has an equivalent paragraph -->
<p>If the <var title="">image</var> argument is an
<code>HTMLImageElement</code> object whose <code
More information about the Commit-Watchers
mailing list