Skip to content

Commit

Permalink
[e] (0) A typo fix in window.open(), and some internal comments for m…
Browse files Browse the repository at this point in the history
…aking input.files writable

Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8057 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2013
1 parent 25b52ce commit 9e6c153
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions complete.html
Expand Up @@ -50432,14 +50432,18 @@ <h5 id=common-input-element-apis><span class=secno>4.10.7.4 </span>Common <code>

</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>

<p>Returns a <code><a href=#filelist>FileList</a></code> object listing the <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> of the form control.</p>

<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>
Expand Down Expand Up @@ -65823,7 +65827,7 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
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>
Expand Down
8 changes: 6 additions & 2 deletions index
Expand Up @@ -50432,14 +50432,18 @@ You cannot submit this form when the field is incorrect.</samp></pre>

</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>

<p>Returns a <code><a href=#filelist>FileList</a></code> object listing the <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> of the form control.</p>

<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>
Expand Down Expand Up @@ -65823,7 +65827,7 @@ END:VCARD</pre>
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>
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -55286,7 +55286,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>

</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>

Expand All @@ -55295,6 +55295,10 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<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>
Expand Down Expand Up @@ -73401,7 +73405,7 @@ END:VCARD</pre>
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
Expand Down

0 comments on commit 9e6c153

Please sign in to comment.