[html5] r6788 - [giow] (0) Move a skip whitespace step to where it belongs. Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 30 10:53:52 PDT 2011


Author: ianh
Date: 2011-10-30 10:53:51 -0700 (Sun, 30 Oct 2011)
New Revision: 6788

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Move a skip whitespace step to where it belongs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14572

Modified: complete.html
===================================================================
--- complete.html	2011-10-30 17:45:28 UTC (rev 6787)
+++ complete.html	2011-10-30 17:53:51 UTC (rev 6788)
@@ -33243,8 +33243,6 @@
    <var title="">cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>
    be the collected time.</li>
 
-   <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
-
    <li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> for <var title="">cue</var>.</li>
 
   </ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
@@ -33254,6 +33252,8 @@
   <ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</li>
 
+   <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
+
    <li><p><i>Settings</i>: If <var title="">position</var> is beyond
    the end of <var title="">input</var> then abort these
    steps.</li>

Modified: index
===================================================================
--- index	2011-10-30 17:45:28 UTC (rev 6787)
+++ index	2011-10-30 17:53:51 UTC (rev 6788)
@@ -33243,8 +33243,6 @@
    <var title="">cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>
    be the collected time.</li>
 
-   <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
-
    <li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> for <var title="">cue</var>.</li>
 
   </ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
@@ -33254,6 +33252,8 @@
   <ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</li>
 
+   <li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
+
    <li><p><i>Settings</i>: If <var title="">position</var> is beyond
    the end of <var title="">input</var> then abort these
    steps.</li>

Modified: source
===================================================================
--- source	2011-10-30 17:45:28 UTC (rev 6787)
+++ source	2011-10-30 17:53:51 UTC (rev 6788)
@@ -36386,8 +36386,6 @@
    <var title="">cue</var>'s <span>text track cue end time</span>
    be the collected time.</p></li>
 
-   <li><p><span>Skip whitespace</span>.</p></li>
-
    <li><p><span>Parse the WebVTT settings</span> for <var
    title="">cue</var>.</p></li>
 
@@ -36403,6 +36401,8 @@
    title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</p></li>
 
+   <li><p><span>Skip whitespace</span>.</p></li>
+
    <li><p><i>Settings</i>: If <var title="">position</var> is beyond
    the end of <var title="">input</var> then abort these
    steps.</p></li>




More information about the Commit-Watchers mailing list