[html5] r6810 - [giow] (0) Require NFC for file names from <input type=file>. Fixing http://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 1 10:26:42 PDT 2011
Author: ianh
Date: 2011-11-01 10:26:41 -0700 (Tue, 01 Nov 2011)
New Revision: 6810
Modified:
complete.html
index
source
Log:
[giow] (0) Require NFC for file names from <input type=file>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14526
Modified: complete.html
===================================================================
--- complete.html 2011-11-01 16:56:26 UTC (rev 6809)
+++ complete.html 2011-11-01 17:26:41 UTC (rev 6810)
@@ -46968,6 +46968,11 @@
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>
Modified: index
===================================================================
--- index 2011-11-01 16:56:26 UTC (rev 6809)
+++ index 2011-11-01 17:26:41 UTC (rev 6810)
@@ -46968,6 +46968,11 @@
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>
Modified: source
===================================================================
--- source 2011-11-01 16:56:26 UTC (rev 6809)
+++ source 2011-11-01 17:26:41 UTC (rev 6810)
@@ -52451,6 +52451,11 @@
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
More information about the Commit-Watchers
mailing list