- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 17:46:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28605
Modified Files:
number-state.html rendering.html spec.html
Log Message:
Require NFC for file names from <input type=file>. (whatwg r6810)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- rendering.html 29 Oct 2011 05:46:27 -0000 1.128
+++ rendering.html 1 Nov 2011 17:46:23 -0000 1.129
@@ -2088,7 +2088,17 @@
cue</a> from whose <a href="the-iframe-element.html#text-track-cue-text" title="text track cue text">text</a>
the <span>List of WebVTT Node Objects</span> was constructed.</p>
- <p>The 'font' shorthand property on the (root) <span>List of WebVTT
+ <p>The 'text-align' property on the (root) <span>List of WebVTT Node
+ Objects</span> must be set to the value in the second cell of the
+ row of the table below whose first cell is the value of the
+ corresponding <a href="the-iframe-element.html#text-track-cue" title="text track cue">cue</a>'s <span>text
+ track cue alignment</span>:</p>
+
+ <table><thead><tr><th><span>Text track cue alignment</span> </th><th> 'text-align' value
+ </th></tr></thead><tbody><tr><td><span title="text track cue start alignment">Start alignment</span> </td><td> 'start'
+ </td></tr><tr><td><span title="text track cue middle alignment">Middle alignment</span> </td><td> 'center'
+ </td></tr><tr><td><span title="text track cue end alignment">End alignment</span> </td><td> 'end'
+ </td></tr></tbody></table><p>The 'font' shorthand property on the (root) <span>List of WebVTT
Node Objects</span> must be set to '5vh sans-serif'. <a href="references.html#refsCSSRUBY">[CSSRUBY]</a> <a href="references.html#refsCSSVALUES">[CSSVALUES]</a></p>
<p>The 'color' property on the (root) <span>List of WebVTT Node
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1769
retrieving revision 1.1770
diff -u -d -r1.1769 -r1.1770
--- spec.html 1 Nov 2011 15:46:25 -0000 1.1769
+++ spec.html 1 Nov 2011 17:46:24 -0000 1.1770
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5444.
+This is revision 1.5446.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- number-state.html 28 Oct 2011 00:46:34 -0000 1.64
+++ number-state.html 1 Nov 2011 17:46:23 -0000 1.65
@@ -965,6 +965,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="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="association-of-controls-and-forms.html#suffering-from-being-missing">suffering from being
missing</a>.</p>
Received on Tuesday, 1 November 2011 17:46:32 UTC