Skip to content

Commit

Permalink
[giow] (2) Revert r6810 since it doesn't work.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14526
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7195 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 20, 2012
1 parent bed7af2 commit e1d5140
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions complete.html
Expand Up @@ -49702,11 +49702,6 @@ <h6 id="file-upload-state-(type=file)"><span class=secno>4.10.7.1.18 </span><dfn
filesystem or created on the fly, e.g. a picture taken from a camera
connected to the user's device.</p>

<p>File names must be exposed in Unicode normalization Form C (NFC),
whether in the DOM (e.g. in <code><a href=#file>File</a></code> objects) or in form
submission, regardless of the conventions of the user agent's
platform's file system.</p>

<p><strong>Constraint validation</strong>: If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> is
empty, then the element is <a href=#suffering-from-being-missing>suffering from being
missing</a>.</p>
Expand Down
5 changes: 0 additions & 5 deletions index
Expand Up @@ -49702,11 +49702,6 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
filesystem or created on the fly, e.g. a picture taken from a camera
connected to the user's device.</p>

<p>File names must be exposed in Unicode normalization Form C (NFC),
whether in the DOM (e.g. in <code><a href=#file>File</a></code> objects) or in form
submission, regardless of the conventions of the user agent's
platform's file system.</p>

<p><strong>Constraint validation</strong>: If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> is
empty, then the element is <a href=#suffering-from-being-missing>suffering from being
missing</a>.</p>
Expand Down
5 changes: 0 additions & 5 deletions source
Expand Up @@ -57954,11 +57954,6 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
filesystem or created on the fly, e.g. a picture taken from a camera
connected to the user's device.</p>

<p>File names must be exposed in Unicode normalization Form C (NFC),
whether in the DOM (e.g. in <code>File</code> objects) or in form
submission, regardless of the conventions of the user agent's
platform's file system.</p>

<p><strong>Constraint validation</strong>: If the element is <i
title="concept-input-required">required</i> and the list of <span
title="concept-input-type-file-selected">selected files</span> is
Expand Down

0 comments on commit e1d5140

Please sign in to comment.