[html5] r6612 - [c] (0) WebVTT syntax: a space is needed before the tag annotation Fixing http:/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 2 09:33:26 PDT 2011


Author: ianh
Date: 2011-10-02 09:33:24 -0700 (Sun, 02 Oct 2011)
New Revision: 6612

Modified:
   complete.html
   index
   source
Log:
[c] (0) WebVTT syntax: a space is needed before the tag annotation
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14343

Modified: complete.html
===================================================================
--- complete.html	2011-10-02 07:17:22 UTC (rev 6611)
+++ complete.html	2011-10-02 16:33:24 UTC (rev 6612)
@@ -32757,12 +32757,12 @@
     </dl>
 
     <p>A <dfn>WebVTT cue span start tag annotation</dfn> consists of-->
+    a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab)
+    character, followed by one or more of the following components,
+    the concatenation of their representations having a value that
+    contains at least one character other than U+0020 SPACE and U+0009
+    CHARACTER TABULATION (tab) characters:<!--</p>-->
 
-    one or more of the following components, the concatenation of
-    their representations having a value that contains at least one
-    character other than U+0020 SPACE and U+0009 CHARACTER TABULATION
-    (tab) characters:<!--</p>-->
-
     <ul><li><a href=#webvtt-cue-span-start-tag-annotation-text>WebVTT cue span start tag annotation text</a>, representing the text of the annotation.</li>
      <li>A <a href=#webvtt-cue-amp-escape>WebVTT cue amp escape</a>, representing a "&" character in the text of the annotation.</li>
      <li>A <a href=#webvtt-cue-lt-escape>WebVTT cue lt escape</a>, representing a "<" character in the text of the annotation.</li>

Modified: index
===================================================================
--- index	2011-10-02 07:17:22 UTC (rev 6611)
+++ index	2011-10-02 16:33:24 UTC (rev 6612)
@@ -32624,12 +32624,12 @@
     </dl>
 
     <p>A <dfn>WebVTT cue span start tag annotation</dfn> consists of-->
+    a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab)
+    character, followed by one or more of the following components,
+    the concatenation of their representations having a value that
+    contains at least one character other than U+0020 SPACE and U+0009
+    CHARACTER TABULATION (tab) characters:<!--</p>-->
 
-    one or more of the following components, the concatenation of
-    their representations having a value that contains at least one
-    character other than U+0020 SPACE and U+0009 CHARACTER TABULATION
-    (tab) characters:<!--</p>-->
-
     <ul><li><a href=#webvtt-cue-span-start-tag-annotation-text>WebVTT cue span start tag annotation text</a>, representing the text of the annotation.</li>
      <li>A <a href=#webvtt-cue-amp-escape>WebVTT cue amp escape</a>, representing a "&" character in the text of the annotation.</li>
      <li>A <a href=#webvtt-cue-lt-escape>WebVTT cue lt escape</a>, representing a "<" character in the text of the annotation.</li>

Modified: source
===================================================================
--- source	2011-10-02 07:17:22 UTC (rev 6611)
+++ source	2011-10-02 16:33:24 UTC (rev 6612)
@@ -35849,12 +35849,12 @@
     </dl>
 
     <p>A <dfn>WebVTT cue span start tag annotation</dfn> consists of-->
+    a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab)
+    character, followed by one or more of the following components,
+    the concatenation of their representations having a value that
+    contains at least one character other than U+0020 SPACE and U+0009
+    CHARACTER TABULATION (tab) characters:<!--</p>-->
 
-    one or more of the following components, the concatenation of
-    their representations having a value that contains at least one
-    character other than U+0020 SPACE and U+0009 CHARACTER TABULATION
-    (tab) characters:<!--</p>-->
-
     <ul>
      <li><span>WebVTT cue span start tag annotation text</span>, representing the text of the annotation.</li>
      <li>A <span>WebVTT cue amp escape</span>, representing a "&" character in the text of the annotation.</li>




More information about the Commit-Watchers mailing list