[html5] r6173 - [giow] (0) Allow ::cue(#id) to match a cue by its identifier.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 1 15:51:29 PDT 2011


Author: ianh
Date: 2011-06-01 15:51:28 -0700 (Wed, 01 Jun 2011)
New Revision: 6173

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow ::cue(#id) to match a cue by its identifier.

Modified: complete.html
===================================================================
--- complete.html	2011-06-01 22:35:58 UTC (rev 6172)
+++ complete.html	2011-06-01 22:51:28 UTC (rev 6173)
@@ -92282,6 +92282,11 @@
    isn't especially well-defined, but the Selectors spec doesn't
    really give one much to go on here. -->
 
+   <li><p>For the purposes of ID selector matching, <a href=#list-of-webvtt-node-objects title="List
+   of WebVTT Node Objects">Lists of WebVTT Node Objects</a> have
+   the ID given by the cue's <a href=#text-track-cue-identifier>text track cue identifier</a>,
+   if any.</li>
+
   </ul><p>The following properties apply to the '::cue()' pseudo-element
   with an argument:</p>
 

Modified: index
===================================================================
--- index	2011-06-01 22:35:58 UTC (rev 6172)
+++ index	2011-06-01 22:51:28 UTC (rev 6173)
@@ -88028,6 +88028,11 @@
    isn't especially well-defined, but the Selectors spec doesn't
    really give one much to go on here. -->
 
+   <li><p>For the purposes of ID selector matching, <a href=#list-of-webvtt-node-objects title="List
+   of WebVTT Node Objects">Lists of WebVTT Node Objects</a> have
+   the ID given by the cue's <a href=#text-track-cue-identifier>text track cue identifier</a>,
+   if any.</li>
+
   </ul><p>The following properties apply to the '::cue()' pseudo-element
   with an argument:</p>
 

Modified: source
===================================================================
--- source	2011-06-01 22:35:58 UTC (rev 6172)
+++ source	2011-06-01 22:51:28 UTC (rev 6173)
@@ -104878,6 +104878,11 @@
    isn't especially well-defined, but the Selectors spec doesn't
    really give one much to go on here. -->
 
+   <li><p>For the purposes of ID selector matching, <span title="List
+   of WebVTT Node Objects">Lists of WebVTT Node Objects</span> have
+   the ID given by the cue's <span>text track cue identifier</span>,
+   if any.</p></li>
+
   </ul>
 
   <p>The following properties apply to the '::cue()' pseudo-element




More information about the Commit-Watchers mailing list