html5/webvtt Overview.html,1.34,1.35

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv8093

Modified Files:
	Overview.html 
Log Message:
Updating cues' styles and properties dynamically should be visible immediately (whatwg r7430)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html	2 Oct 2012 19:14:16 -0000	1.34
+++ Overview.html	2 Oct 2012 22:48:02 -0000	1.35
@@ -2188,7 +2188,7 @@
    <li><p>If the last time these rules were run, the user agent was
    not <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a
    user interface</a> for <var title="">video</var>, but now it is,
-   let <var title="">reset</var> be true. Otherwise, let <var title="">reset</var> be false.</p>
+   optionally let <var title="">reset</var> be true. Otherwise, let <var title="">reset</var> be false.</p>
 
    <li><p>Let <var title="">tracks</var> be the subset of <var title="">video</var>'s <a href=#list-of-text-tracks>list of text tracks</a> that have
    as their <a href=#rules-for-updating-the-text-track-rendering>rules for updating the text track rendering</a>
@@ -2835,7 +2835,11 @@
   between applications of the <a href=#webvtt-cue-text-rendering-rules>WebVTT cue text rendering
   rules</a> (which are only run when the set of active cues
   changes). User agents that support the pseudo-element described
-  below must dynamically update renderings accordingly.</p>
+  below must dynamically update renderings accordingly.
+  When either 'white-space' or one of the properties corresponding to the 'font' shorthand
+  (including 'line-height') changes value, then the <a href=#text-track-cue>text track cue</a>'s <a href=#text-track-cue-display-state>text track
+  cue display state</a> must be emptied and the <a href=#text-track>text track</a>'s <a href=#rules-for-updating-the-text-track-rendering>rules for
+  updating the text track rendering</a> must be immediately rerun.</p>
 
   <p>Pseudo-elements apply to elements that are matched by
   selectors. For the purpose of this section, that element is the

Received on Tuesday, 2 October 2012 22:48:05 UTC