Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) fix bidi again in webvtt
Affected topics: HTML, Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7079 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 26, 2012
1 parent 8fd9216 commit 2dc225a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -101550,6 +101550,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Adrian Bateman,
Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez,
Aharon (Vladimir) Lanin,
Ajai Tirumali,
Akatsuki Kitamura,
Alan Plum,
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -101550,6 +101550,7 @@ if (s = prompt('What is your name?')) {
Adrian Bateman,
Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez,
Aharon (Vladimir) Lanin,
Ajai Tirumali,
Akatsuki Kitamura,
Alan Plum,
Expand Down
19 changes: 10 additions & 9 deletions source
Expand Up @@ -109638,15 +109638,15 @@ iframe:not([seamless]) { border: 2px inset; }
href="#refsCSS">[CSS]</a></p>

<p>On the (root) <span>List of WebVTT Node Objects</span>, 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
'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 <span>rules for updating the display of WebVTT text
Expand Down Expand Up @@ -119176,6 +119176,7 @@ if (s = prompt('What is your name?')) {
Adrian Bateman,
Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez,
Aharon (Vladimir) Lanin,
Ajai Tirumali,
Akatsuki Kitamura,
Alan Plum,
Expand Down

0 comments on commit 2dc225a

Please sign in to comment.