- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 19 Feb 2014 09:39:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv32124 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 2dd898265cb16881fa928b17a8b2b52a0770d94b --- /sources/public/html5/webvtt/Overview.html 2014/02/16 14:28:13 1.110 +++ /sources/public/html5/webvtt/Overview.html 2014/02/19 09:39:27 1.111 @@ -271,7 +271,7 @@ </p> <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-specification-16-february-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-02-16">16 February 2014</time></h2> + <h2 id="draft-community-group-specification-19-february-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-02-19">19 February 2014</time></h2> <dl> @@ -521,20 +521,23 @@ <div class="example"> - <p>In this example, one of the cues has an identifier:</p> + <p>In this example, the cues have an identifier:</p> <pre>WEBVTT +1 00:00.000 --> 00:02.000 That's an, an, that's an L! -transcription-credit +transcript credit 00:04.000 --> 00:05.000 Transcribed by Celestials™</pre> - <p>This allows a style sheet to specifically target that cue:</p> + <p>This allows a style sheet to specifically target the cues (notice the use + of CSS character escape sequences):</p> - <pre>::cue(#transcription-credit) { color: red }</pre> + <pre>::cue(#\31) { color: green; } +::cue(#transcript\ credit) { color: red; }</pre> </div>
Received on Wednesday, 19 February 2014 09:39:28 UTC