[html5] r7521 - [a] (0) Change the comment syntax to only allow NOTE, not NOTES. Fixing https:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 21 11:25:13 PST 2012


Author: ianh
Date: 2012-11-21 11:25:13 -0800 (Wed, 21 Nov 2012)
New Revision: 7521

Modified:
   source
Log:
[a] (0) Change the comment syntax to only allow NOTE, not NOTES.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14552
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2012-11-21 01:19:03 UTC (rev 7520)
+++ source	2012-11-21 19:25:13 UTC (rev 7521)
@@ -39146,9 +39146,8 @@
 
   <p>Comments can be included in WebVTT files.</p>
 
-  <p>Comments are just blocks that start with the word "<code title="">NOTE</code>" or "<code
-  title="">NOTES</code>" (followed by a space or newline). A comment ends at the first blank
-  line.</p>
+  <p>Comments are just blocks that start with the word "<code title="">NOTE</code>" (followed by a
+  space or newline). A comment ends at the first blank line.</p>
 
   <div class="example">
 
@@ -39173,7 +39172,7 @@
 
    <pre>WEBVTT
 
-NOTES
+NOTE
 This file was written by Jill. I hope
 you enjoy reading it. Some things to
 bear in mind:
@@ -39185,13 +39184,13 @@
 00:01.000 --> 00:04.000
 Never drink liquid nitrogen.
 
-NOTES check next cue
+NOTE check next cue
 
 00:05.000 --> 00:09.000
 — It will perforate your stomach.
 — You could die.
 
-NOTES end of file</pre>
+NOTE end of file</pre>
 
   </div>
   
@@ -39392,8 +39391,7 @@
 
   <ol>
    <li>The string "<code title="">NOTE</code>".</li>
-   <li>Optionally, a U+0053 LATIN CAPITAL LETTER S character.</li>
-   <li>Optionally, the  following components, in the given order:
+   <li>Optionally, the following components, in the given order:
     <ol>
      <li>Either:
       <ul>




More information about the Commit-Watchers mailing list