[html5] r8277 - [e] (0) File is a subclass of Blob so we can just use Blob's entry. Fixing https [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 13 13:36:25 PST 2013


Author: ianh
Date: 2013-11-13 13:36:23 -0800 (Wed, 13 Nov 2013)
New Revision: 8277

Modified:
   complete.html
   index
   source
Log:
[e] (0) File is a subclass of Blob so we can just use Blob's entry.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23418
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-11-13 21:01:11 UTC (rev 8276)
+++ complete.html	2013-11-13 21:36:23 UTC (rev 8277)
@@ -8179,14 +8179,10 @@
 
      </dd>
 
-     <dt>If <var title="">input</var> is a <code><a href=#file>File</a></code> object</dt>
-
-     <dd><p>Let <var title="">output</var> be a newly constructed <code><a href=#file>File</a></code> object
-     corresponding to the same underlying data.</dd>
-
      <dt>If <var title="">input</var> is a <code><a href=#blob>Blob</a></code> object</dt>
 
-     <dd><p>Let <var title="">output</var> be a newly constructed <code><a href=#blob>Blob</a></code> object
+<!--CLEANUP-->
+     <dd><p>Let <var title="">output</var> be a newly constructed object of the same class as <var title="">input</var>,
      corresponding to the same underlying data.</dd>
 
      <dt>If <var title="">input</var> is a <code><a href=#filelist>FileList</a></code> object</dt>

Modified: index
===================================================================
--- index	2013-11-13 21:01:11 UTC (rev 8276)
+++ index	2013-11-13 21:36:23 UTC (rev 8277)
@@ -8179,14 +8179,10 @@
 
      </dd>
 
-     <dt>If <var title="">input</var> is a <code><a href=#file>File</a></code> object</dt>
-
-     <dd><p>Let <var title="">output</var> be a newly constructed <code><a href=#file>File</a></code> object
-     corresponding to the same underlying data.</dd>
-
      <dt>If <var title="">input</var> is a <code><a href=#blob>Blob</a></code> object</dt>
 
-     <dd><p>Let <var title="">output</var> be a newly constructed <code><a href=#blob>Blob</a></code> object
+<!--CLEANUP-->
+     <dd><p>Let <var title="">output</var> be a newly constructed object of the same class as <var title="">input</var>,
      corresponding to the same underlying data.</dd>
 
      <dt>If <var title="">input</var> is a <code><a href=#filelist>FileList</a></code> object</dt>

Modified: source
===================================================================
--- source	2013-11-13 21:01:11 UTC (rev 8276)
+++ source	2013-11-13 21:36:23 UTC (rev 8277)
@@ -7780,14 +7780,10 @@
 
      </dd>
 
-     <dt>If <var data-x="">input</var> is a <code>File</code> object</dt>
-
-     <dd><p>Let <var data-x="">output</var> be a newly constructed <code>File</code> object
-     corresponding to the same underlying data.</p></dd>
-
      <dt>If <var data-x="">input</var> is a <code>Blob</code> object</dt>
 
-     <dd><p>Let <var data-x="">output</var> be a newly constructed <code>Blob</code> object
+<!--CLEANUP-->
+     <dd><p>Let <var data-x="">output</var> be a newly constructed object of the same class as <var data-x="">input</var>,
      corresponding to the same underlying data.</p></dd>
 
      <dt>If <var data-x="">input</var> is a <code>FileList</code> object</dt>




More information about the Commit-Watchers mailing list