- From: poot <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 13:31:18 -0400
- To: public-html-diffs@w3.org
hixie: Require NFC for file names from <input type=file>. (whatwg r6810) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5445&r2=1.5446&f=h http://html5.org/tools/web-apps-tracker?from=6809&to=6810 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5445 retrieving revision 1.5446 diff -u -d -r1.5445 -r1.5446 --- Overview.html 1 Nov 2011 16:56:50 -0000 1.5445 +++ Overview.html 1 Nov 2011 17:31:06 -0000 1.5446 @@ -35327,6 +35327,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>
Received on Tuesday, 1 November 2011 17:31:23 UTC