html5/spec single-page.html,1.116,1.117 spec.html,1.1987,1.1988 states-of-the-type-attribute.html,1.238,1.239

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7656

Modified Files:
	single-page.html spec.html states-of-the-type-attribute.html 
Log Message:
commit b606aa363f0263768e196890d3d10e64e5c35bb0
Author: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
Date:   Sun Sep 9 14:59:12 2012 +1000

    [e] (0) Be more precise in the wording around changes to xml:base attributes. Also, upstream CLDR update.
    Affected topics: HTML
    
    git-svn-id: http://svn.whatwg.org/webapps@7237 340c8d12-0b0e-0410-8428-c7bf67bfef74
    (cherry picked from commit c3ffb38e783ea70f5335d1bca60ae7f4e6ca9c44)


Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- states-of-the-type-attribute.html	14 Sep 2012 01:14:34 -0000	1.238
+++ states-of-the-type-attribute.html	14 Sep 2012 05:43:41 -0000	1.239
@@ -2921,11 +2921,6 @@
   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="infrastructure.html#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="common-input-element-attributes.html#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="constraints.html#suffering-from-being-missing">suffering from being
   missing</a>.</p>

Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- single-page.html	14 Sep 2012 05:13:54 -0000	1.116
+++ single-page.html	14 Sep 2012 05:43:41 -0000	1.117
@@ -43214,11 +43214,6 @@
   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 Friday, 14 September 2012 05:43:48 UTC