- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 17:31:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20457 Modified Files: Overview.html Log Message: Require NFC for file names from <input type=file>. (whatwg r6810) Index: Overview.html =================================================================== 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:13 UTC