- From: poot <cvsmail@w3.org>
- Date: Tue, 01 Nov 2011 12:57:04 -0400
- To: public-html-diffs@w3.org
hixie: Specify the text-align of cues. (whatwg r6808) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5444&r2=1.5445&f=h http://html5.org/tools/web-apps-tracker?from=6807&to=6808 =================================================================== 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:09 UTC