[html5] r8279 - [e] (0) Update terminology to match File API spec Fixing https://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 13 14:08:59 PST 2013
Author: ianh
Date: 2013-11-13 14:08:52 -0800 (Wed, 13 Nov 2013)
New Revision: 8279
Modified:
complete.html
index
source
Log:
[e] (0) Update terminology to match File API spec
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23416
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-11-13 22:03:03 UTC (rev 8278)
+++ complete.html 2013-11-13 22:08:52 UTC (rev 8279)
@@ -74421,7 +74421,7 @@
<ol><li><p>If either the <var title="">sw</var> or <var title="">sh</var> arguments are specified
but zero, throw an <code><a href=#indexsizeerror>IndexSizeError</a></code> exception and abort these steps.</li>
- <li><p>If the <code><a href=#blob>Blob</a></code> object has been neutered through the <code title=dom-Blob-close>close</code> method, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
+ <li><p>If the <code><a href=#blob>Blob</a></code> object has been disabled through the <code title=dom-Blob-close>close</code> method, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exception and abort these steps.</li>
<li><p>Return a new <code><a href=#promise>Promise</a></code>, but continue running these steps asynchronously.</li>
Modified: index
===================================================================
--- index 2013-11-13 22:03:03 UTC (rev 8278)
+++ index 2013-11-13 22:08:52 UTC (rev 8279)
@@ -74421,7 +74421,7 @@
<ol><li><p>If either the <var title="">sw</var> or <var title="">sh</var> arguments are specified
but zero, throw an <code><a href=#indexsizeerror>IndexSizeError</a></code> exception and abort these steps.</li>
- <li><p>If the <code><a href=#blob>Blob</a></code> object has been neutered through the <code title=dom-Blob-close>close</code> method, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
+ <li><p>If the <code><a href=#blob>Blob</a></code> object has been disabled through the <code title=dom-Blob-close>close</code> method, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exception and abort these steps.</li>
<li><p>Return a new <code><a href=#promise>Promise</a></code>, but continue running these steps asynchronously.</li>
Modified: source
===================================================================
--- source 2013-11-13 22:03:03 UTC (rev 8278)
+++ source 2013-11-13 22:08:52 UTC (rev 8279)
@@ -83171,7 +83171,7 @@
<li><p>If either the <var data-x="">sw</var> or <var data-x="">sh</var> arguments are specified
but zero, throw an <code>IndexSizeError</code> exception and abort these steps.</p></li>
- <li><p>If the <code>Blob</code> object has been neutered through the <code
+ <li><p>If the <code>Blob</code> object has been disabled through the <code
data-x="dom-Blob-close">close</code> method, then throw an <code>InvalidStateError</code>
exception and abort these steps.</p></li>
More information about the Commit-Watchers
mailing list