- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 23:00:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv7677
Modified Files:
Overview.html
Log Message:
Update comments in the source to take into account recent parser changes (whatwg r6840)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html 1 Dec 2011 20:47:45 -0000 1.4
+++ Overview.html 1 Dec 2011 23:00:56 -0000 1.5
@@ -163,26 +163,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:
--><h2 id=introduction><span class=secno>1 </span>Introduction</h2>
<p>The <dfn id=webvtt>WebVTT</dfn> format (Web Video Text Tracks) is a
Received on Thursday, 1 December 2011 23:01:01 UTC