[html5] r6808 - [giow] (0) Specify the text-align of cues. Fixing http://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 1 09:52:25 PDT 2011


Author: ianh
Date: 2011-11-01 09:52:24 -0700 (Tue, 01 Nov 2011)
New Revision: 6808

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Specify the text-align of cues.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14574

Modified: complete.html
===================================================================
--- complete.html	2011-11-01 16:27:24 UTC (rev 6807)
+++ complete.html	2011-11-01 16:52:24 UTC (rev 6808)
@@ -93896,7 +93896,17 @@
   cue</a> from whose <a href=#text-track-cue-text title="text track cue text">text</a>
   the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>
 
-  <p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
+  <p>The 'text-align' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
+  Objects</a> 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 <a href=#text-track-cue-alignment>text
+  track cue alignment</a>:</p>
+
+  <table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> 'text-align' value
+   <tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> 'start'
+    <tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> 'center'
+    <tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> 'end'
+  </table><p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
   Node Objects</a> 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) <a href=#list-of-webvtt-node-objects>List of WebVTT Node

Modified: index
===================================================================
--- index	2011-11-01 16:27:24 UTC (rev 6807)
+++ index	2011-11-01 16:52:24 UTC (rev 6808)
@@ -93896,7 +93896,17 @@
   cue</a> from whose <a href=#text-track-cue-text title="text track cue text">text</a>
   the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>
 
-  <p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
+  <p>The 'text-align' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
+  Objects</a> 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 <a href=#text-track-cue-alignment>text
+  track cue alignment</a>:</p>
+
+  <table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> 'text-align' value
+   <tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> 'start'
+    <tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> 'center'
+    <tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> 'end'
+  </table><p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
   Node Objects</a> 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) <a href=#list-of-webvtt-node-objects>List of WebVTT Node

Modified: source
===================================================================
--- source	2011-11-01 16:27:24 UTC (rev 6807)
+++ source	2011-11-01 16:52:24 UTC (rev 6808)
@@ -106407,6 +106407,21 @@
   cue</span> from whose <span title="text track cue text">text</span>
   the <span>List of WebVTT Node Objects</span> was constructed.</p>
 
+  <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 <span title="text track cue">cue</span>'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




More information about the Commit-Watchers mailing list