- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Apr 2012 21:10:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory hutz:/tmp/cvs-serv314 Modified Files: Overview.html Log Message: fix bidi again in webvtt (whatwg r7079) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webvtt/Overview.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Overview.html 26 Apr 2012 02:12:37 -0000 1.24 +++ Overview.html 26 Apr 2012 21:10:07 -0000 1.25 @@ -2720,9 +2720,15 @@ user agent cascade layer as defined in this section. <a href=#refsCSS>[CSS]</a></p> <p>On the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a>, the - 'position' property must be set to 'absolute', the 'direction' - property must be set to <var title="">direction</var>, the - 'writing-mode' property must be set to <var title="">writing-mode</var>, the 'top' property must be set to <var title="">top</var>, the 'left' property must be set to <var title="">left</var>, the 'width' property must be set to <var title="">width</var>, and the 'height' property must be set to <var title="">height</var>, where <var title="">direction</var>, <var title="">writing-mode</var>, <var title="">top</var>, <var title="">left</var>, <var title="">width</var>, and <var title="">height</var> are the values with those names determined by + 'position' property must be set to 'absolute', the 'unicode-bidi' + property must be set to 'plaintext', the 'direction' property must + be set to <var title="">direction</var>, the 'writing-mode' property + must be set to <var title="">writing-mode</var>, the 'top' property + must be set to <var title="">top</var>, the 'left' property must be + set to <var title="">left</var>, the 'width' property must be set to + <var title="">width</var>, and the 'height' property must be set to + <var title="">height</var>, where <var title="">direction</var>, + <var title="">writing-mode</var>, <var title="">top</var>, <var title="">left</var>, <var title="">width</var>, and <var title="">height</var> are the values with those names determined by the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT text tracks</a> for the <a href=#text-track-cue>text track 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>
Received on Thursday, 26 April 2012 21:10:12 UTC