CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv28307

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 07496d39fed22a4fcc81bc0ebd547b14956f933b

--- /sources/public/html5/webvtt/Overview.html	2014/06/09 12:43:06	1.149
+++ /sources/public/html5/webvtt/Overview.html	2014/06/09 12:44:55	1.150
@@ -4330,6 +4330,12 @@
       value 'inline'. This is the <dfn id="dfn-webvtt-cue-background-box">WebVTT cue background
       box</dfn>.</li>
 
+      <li>Runs of children of <a title="WebVTT Ruby Object" href="#dfn-webvtt-ruby-object" class="internalDFN">WebVTT
+      Ruby Objects</a> that are not <a title="WebVTT Ruby Text
+      Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Objects</a> must be wrapped in
+      anonymous boxes whose 'display' property has the value
+      'ruby-base'. <a href="#refsCSSRUBY">[CSSRUBY]</a></li>
+
       <li>Properties on <a title="WebVTT Node Object" href="#dfn-webvtt-node-object" class="internalDFN">WebVTT Node
       Objects</a> have their values set as defined in the next
       section. (That section uses some of the variables whose values
@@ -4789,12 +4795,6 @@
   Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Objects</a> must be set to
   'ruby-text'. <a href="#refsCSSRUBY">[CSSRUBY]</a></p>
 
-  <p>Runs of children of <a title="WebVTT Ruby Object" href="#dfn-webvtt-ruby-object" class="internalDFN">WebVTT
-  Ruby Objects</a> that are not <a title="WebVTT Ruby Text
-  Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Objects</a> must be wrapped in
-  anonymous boxes whose 'display' property has the value
-  'ruby-base'. <a href="#refsCSSRUBY">[CSSRUBY]</a></p>
-
   <p>Every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> is initialized with the following CSS settings:</p>
   <ul>
     <li>the 'position' property must be set to 'absolute'</li>

Received on Monday, 9 June 2014 12:44:56 UTC