CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/var/tmp/cvs-serv6014

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 69f30e71d481340fb82734ea07f341bc3fbb69ea

--- /sources/public/html5/webvtt/Overview.html	2015/06/02 10:58:33	1.219
+++ /sources/public/html5/webvtt/Overview.html	2015/06/08 11:37:51	1.220
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="6cefcb0be8b1cb2877ab10f0869e8206e16787da">
+  <meta name="revision" content="69f30e71d481340fb82734ea07f341bc3fbb69ea">
   
   
   
@@ -305,7 +305,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-report-02-june-2015">Draft Community Group Report <time class="dt-published" datetime="2015-06-02">02 June 2015</time></h2>
+  <h2 id="draft-community-group-report-08-june-2015">Draft Community Group Report <time class="dt-published" datetime="2015-06-08">08 June 2015</time></h2>
   <dl>
     
     
@@ -4832,9 +4832,9 @@
      </ul>
 
      <p>The '<dfn title="pseudo-cue-selector" id="dfn-pseudo-cue-selector">::cue(<var>selector</var>)</dfn>' pseudo-element with
-     an argument must have an argument that consists of a group of selectors. It matches any
+     an argument must have an argument that consists of a CSS selector [<cite><a class="bibref" href="#bib-SELECTORS">SELECTORS</a></cite>]. It matches any
      <a href="#dfn-webvtt-internal-node-object" class="internalDFN">WebVTT Internal Node Object</a> constructed for the <i>matched element</i> that also matches
-     the given group of selectors, with the nodes being treated as follows:</p>
+     the given CSS selector, with the nodes being treated as follows:</p>
 
      <ul>
 

Received on Monday, 8 June 2015 11:37:52 UTC