html5/spec Overview.html,1.5444,1.5445

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

Modified Files:
	Overview.html 
Log Message:
Specify the text-align of cues. (whatwg r6808)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5444
retrieving revision 1.5445
diff -u -d -r1.5444 -r1.5445
--- Overview.html	1 Nov 2011 15:43:36 -0000	1.5444
+++ Overview.html	1 Nov 2011 16:56:50 -0000	1.5445
@@ -66088,7 +66088,17 @@
   cue</a> from whose <a href="#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="#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> 'text-align' value
+   <tbody><tr><td><span title="text track cue start alignment">Start alignment</span> <td> 'start'
+    <tr><td><span title="text track cue middle alignment">Middle alignment</span> <td> 'center'
+    <tr><td><span title="text track cue end alignment">End alignment</span> <td> 'end'
+  </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="#refsCSSRUBY">[CSSRUBY]</a> <a href="#refsCSSVALUES">[CSSVALUES]</a></p>
 
   <p>The 'color' property on the (root) <span>List of WebVTT Node

Received on Tuesday, 1 November 2011 16:57:00 UTC