html5/webvtt Overview.html,1.38,1.39

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

Modified Files:
	Overview.html 
Log Message:
Fix some cross-reference issues. (whatwg r7445)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html	9 Oct 2012 19:05:12 -0000	1.38
+++ Overview.html	9 Oct 2012 19:10:14 -0000	1.39
@@ -331,6 +331,7 @@
    <li><dfn id=collect-a-sequence-of-characters>Collect a sequence of characters</dfn>
    <li><dfn id=space-character>Space character</dfn>
    <li><dfn id=skip-whitespace>Skip whitespace</dfn>
+   <li><dfn id=split-a-string-on-spaces>Split a string on spaces</dfn>
    <li><dfn id=html-namespace>HTML namespace</dfn>
    <li><dfn id=media-element>Media element</dfn>
    <li><dfn id=current-playback-position>Current playback position</dfn>
@@ -1190,7 +1191,7 @@
   cue</a> <var title="">cue</var>, the user agent must run the
   following steps:</p>
 
-  <ol><li><p>Let <var title="">settings</var> be the result of <span title="split a string on spaces">splitting <var title="">input</var> on spaces</span>.</li>
+  <ol><li><p>Let <var title="">settings</var> be the result of <a href=#split-a-string-on-spaces title="split a string on spaces">splitting <var title="">input</var> on spaces</a>.</li>
 
    <li>
 

Received on Tuesday, 9 October 2012 19:10:17 UTC