Skip to content

Commit

Permalink
[e] (0) servers aren't the only recipients.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5205 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2010
1 parent 011b5e8 commit d6fb8ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -40491,7 +40491,7 @@ <h6 id=file-upload-state><span class=secno>4.10.7.1.18 </span><dfn title=attr-in

<hr><p>The <dfn id=attr-input-accept title=attr-input-accept><code>accept</code></dfn>
attribute may be specified to provide user agents with a hint of
what file types the server will be able to accept.</p>
what file types will be accepted.</p>

<p>If specified, the attribute must consist of a <a href=#set-of-comma-separated-tokens>set of
comma-separated tokens</a>, each of which must be an <a href=#ascii-case-insensitive>ASCII
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -40418,7 +40418,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<hr><p>The <dfn id=attr-input-accept title=attr-input-accept><code>accept</code></dfn>
attribute may be specified to provide user agents with a hint of
what file types the server will be able to accept.</p>
what file types will be accepted.</p>

<p>If specified, the attribute must consist of a <a href=#set-of-comma-separated-tokens>set of
comma-separated tokens</a>, each of which must be an <a href=#ascii-case-insensitive>ASCII
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -45077,7 +45077,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn title="attr-input-accept"><code>accept</code></dfn>
attribute may be specified to provide user agents with a hint of
what file types the server will be able to accept.</p>
what file types will be accepted.</p>

<p>If specified, the attribute must consist of a <span>set of
comma-separated tokens</span>, each of which must be an <span>ASCII
Expand Down

0 comments on commit d6fb8ca

Please sign in to comment.