[html5] r6840 - [e] (0) Update comments in the source to take into account recent parser changes [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 1 15:00:54 PST 2011


Author: ianh
Date: 2011-12-01 15:00:53 -0800 (Thu, 01 Dec 2011)
New Revision: 6840

Modified:
   source
Log:
[e] (0) Update comments in the source to take into account recent parser changes
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2011-12-01 20:47:41 UTC (rev 6839)
+++ source	2011-12-01 23:00:53 UTC (rev 6840)
@@ -36450,26 +36450,18 @@
          Explicitly allow random comments on the line after the
          signature line, for metadata, copyrights, etc.
 
+         Inline CSS, maybe as below. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=15023
 
-         A comment block, e.g.
-
-            COMMENT - - >
-            this is a comment, bla bla
-
-
-         Inline CSS, maybe as:
-
-            STYLE - - >
+            STYLE
             ::cue(.narration) { color: blue; }
 
+         Default settings, maybe as below. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=15024
 
-         Default settings:
-
-            DEFAULTS - - >
+            DEFAULTS
             L:-1 A:middle S:50%
 
+         Comments. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=14552
 
-  Except in all these cases, - - > is really:
   -->
 
 




More information about the Commit-Watchers mailing list