[html5] r5554 - [giow] (0) Oops, WebSRT tokeniser didn't do more than one character per token... [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 29 00:52:00 PDT 2010


Author: ianh
Date: 2010-09-29 00:51:57 -0700 (Wed, 29 Sep 2010)
New Revision: 5554

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Oops, WebSRT tokeniser didn't do more than one character per token...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10751

Modified: complete.html
===================================================================
--- complete.html	2010-09-29 07:41:32 UTC (rev 5553)
+++ complete.html	2010-09-29 07:51:57 UTC (rev 5554)
@@ -29805,6 +29805,8 @@
    <li><p><i>Next</i>: Advance <var title="">position</var> to the next
    character in <var title="">input</var>.</li>
 
+   <li>Jump to the step labeled <i>loop</i>.
+
   </ol><h6 id=websrt-cue-text-dom-construction-rules><span class=secno>4.8.10.11.4 </span><dfn>WebSRT cue text DOM construction rules</dfn></h6>
 
   <p>To convert a <a href=#list-of-websrt-node-objects>List of WebSRT Node Objects</a> to a DOM

Modified: index
===================================================================
--- index	2010-09-29 07:41:32 UTC (rev 5553)
+++ index	2010-09-29 07:51:57 UTC (rev 5554)
@@ -29785,6 +29785,8 @@
    <li><p><i>Next</i>: Advance <var title="">position</var> to the next
    character in <var title="">input</var>.</li>
 
+   <li>Jump to the step labeled <i>loop</i>.
+
   </ol><h6 id=websrt-cue-text-dom-construction-rules><span class=secno>4.8.10.11.4 </span><dfn>WebSRT cue text DOM construction rules</dfn></h6>
 
   <p>To convert a <a href=#list-of-websrt-node-objects>List of WebSRT Node Objects</a> to a DOM

Modified: source
===================================================================
--- source	2010-09-29 07:41:32 UTC (rev 5553)
+++ source	2010-09-29 07:51:57 UTC (rev 5554)
@@ -32622,6 +32622,8 @@
    <li><p><i>Next</i>: Advance <var title="">position</var> to the next
    character in <var title="">input</var>.</p></li>
 
+   <li>Jump to the step labeled <i>loop</i>.</p>
+
   </ol>
 
 




More information about the Commit-Watchers mailing list