[html5] r8057 - [e] (0) A typo fix in window.open(), and some internal comments for making input [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 15 13:30:53 PDT 2013


Author: ianh
Date: 2013-07-15 13:30:52 -0700 (Mon, 15 Jul 2013)
New Revision: 8057

Modified:
   complete.html
   index
   source
Log:
[e] (0) A typo fix in window.open(), and some internal comments for making input.files writable
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-07-15 18:36:58 UTC (rev 8056)
+++ complete.html	2013-07-15 20:30:52 UTC (rev 8057)
@@ -50432,7 +50432,7 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title=dom-input-files><a href=#dom-input-files>files</a></code></dt>
+   <dt><var title="">input</var> . <code title=dom-input-files><a href=#dom-input-files>files</a></code> <!-- [ = <var title="">files</var> ] --></dt>
 
    <dd>
 
@@ -50440,6 +50440,10 @@
 
     <p>Returns null if the control isn't a file control.</p>
 
+<!--
+    <p>Can be set to an array of <code>File</code> or <code>Blob</code> instances.</p>-
+-->
+
    </dd>
 
    <dt><var title="">input</var> . <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
@@ -65823,7 +65827,7 @@
   context</a> was just created as part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
   browsing context name</a>, then <a href=#replacement-enabled title="replacement enabled">replacement must be
   enabled</a>. The navigation must be done with the <a href="#script's-browsing-context" title="script's browsing
-  context">browsing context</a> of the <span>incument script</span> as the <a href=#source-browsing-context>source browsing
+  context">browsing context</a> of the <a href=#incumbent-script>incumbent script</a> as the <a href=#source-browsing-context>source browsing
   context</a>. If the <a href=#resolve-a-url>resolve a URL</a> algorithm failed, then the user agent may either
   instead <a href=#navigate>navigate</a> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var title="">url</var> as "<code><a href=#about:blank>about:blank</a></code>", acting as described in the next paragraph.</p>

Modified: index
===================================================================
--- index	2013-07-15 18:36:58 UTC (rev 8056)
+++ index	2013-07-15 20:30:52 UTC (rev 8057)
@@ -50432,7 +50432,7 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title=dom-input-files><a href=#dom-input-files>files</a></code></dt>
+   <dt><var title="">input</var> . <code title=dom-input-files><a href=#dom-input-files>files</a></code> <!-- [ = <var title="">files</var> ] --></dt>
 
    <dd>
 
@@ -50440,6 +50440,10 @@
 
     <p>Returns null if the control isn't a file control.</p>
 
+<!--
+    <p>Can be set to an array of <code>File</code> or <code>Blob</code> instances.</p>-
+-->
+
    </dd>
 
    <dt><var title="">input</var> . <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
@@ -65823,7 +65827,7 @@
   context</a> was just created as part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
   browsing context name</a>, then <a href=#replacement-enabled title="replacement enabled">replacement must be
   enabled</a>. The navigation must be done with the <a href="#script's-browsing-context" title="script's browsing
-  context">browsing context</a> of the <span>incument script</span> as the <a href=#source-browsing-context>source browsing
+  context">browsing context</a> of the <a href=#incumbent-script>incumbent script</a> as the <a href=#source-browsing-context>source browsing
   context</a>. If the <a href=#resolve-a-url>resolve a URL</a> algorithm failed, then the user agent may either
   instead <a href=#navigate>navigate</a> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var title="">url</var> as "<code><a href=#about:blank>about:blank</a></code>", acting as described in the next paragraph.</p>

Modified: source
===================================================================
--- source	2013-07-15 18:36:58 UTC (rev 8056)
+++ source	2013-07-15 20:30:52 UTC (rev 8057)
@@ -55286,7 +55286,7 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-files">files</code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-files">files</code> <!-- [ = <var title="">files</var> ] --></dt>
 
    <dd>
 
@@ -55295,6 +55295,10 @@
 
     <p>Returns null if the control isn't a file control.</p>
 
+<!--
+    <p>Can be set to an array of <code>File</code> or <code>Blob</code> instances.</p>-
+-->
+
    </dd>
 
    <dt><var title="">input</var> . <code title="dom-input-valueAsDate">valueAsDate</code> [ = <var title="">value</var> ]</dt>
@@ -73401,7 +73405,7 @@
   context</span> was just created as part of <span>the rules for choosing a browsing context given a
   browsing context name</span>, then <span title="replacement enabled">replacement must be
   enabled</span>. The navigation must be done with the <span title="script's browsing
-  context">browsing context</span> of the <span>incument script</span> as the <span>source browsing
+  context">browsing context</span> of the <span>incumbent script</span> as the <span>source browsing
   context</span>. If the <span>resolve a URL</span> algorithm failed, then the user agent may either
   instead <span>navigate</span> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var




More information about the Commit-Watchers mailing list