[html5] r6735 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13948

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 11:28:37 PDT 2011


Author: ianh
Date: 2011-10-24 11:28:36 -0700 (Mon, 24 Oct 2011)
New Revision: 6735

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13948

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 17:41:01 UTC (rev 6734)
+++ complete.html	2011-10-24 18:28:36 UTC (rev 6735)
@@ -94378,8 +94378,7 @@
 
   <p>A CSS user agent that implements the <a href=#text-track title="text
   track">text tracks</a> model must implement the '::cue' and
-  '::cue(<var title="">selector</var>)' pseudo-elements, and the
-  ':past' and ':future' pseudo-classes.</p>
+  '::cue(<var title="">selector</var>)' pseudo-elements, and the <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes.</p>
 
 
   <h6 id="the-'::cue'-pseudo-element"><span class=secno>15.4.2.3.1 </span>The '::cue' pseudo-element</h6>
@@ -94505,7 +94504,7 @@
    of the segment when the next segment becomes "past".
   --><p>In addition, the following properties apply to the '::cue()'
   pseudo-element with an argument when the selector does not contain
-  the ':past' and ':future' pseudo-classes:</p>
+  the <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes:</p>
 
   <ul class=brief><li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
    <!-- add more... -->
@@ -94526,11 +94525,13 @@
 
   <h6 id="the-':past'-and-':future'-pseudo-classes"><span class=secno>15.4.2.3.2 </span>The ':past' and ':future' pseudo-classes</h6>
 
-  <p>The <dfn id=past-pseudo-class title=past-pseudo-class>':past'</dfn> and <dfn id=future-pseudo-class title=future-pseudo-class>':future'</dfn> pseudo-classes only
-  match <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a>.</p>
+  <p>The <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes
+  sometimes match <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a>. <a href=#refsSELECTORS>[SELECTORS]</a></p>
 
-  <p>The ':past' pseudo-class only matches <a href=#webvtt-node-object title="WebVTT Node
-  Object">WebVTT Node Objects</a> that are <i><a href=#in-the-past>in the past</a></i>.</p>
+  <p>The <dfn id=past-pseudo-class title=past-pseudo-class>':past'</dfn> pseudo-class
+  only matches <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a> that are <i><a href=#in-the-past>in the past</a></i>.</p>
 
   <p>A <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var> is
   <dfn id=in-the-past>in the past</dfn> if, in a pre-order, depth-first traversal of
@@ -94540,8 +94541,9 @@
   of the <a href=#media-element>media element</a> that is the <i>matched
   element</i>, entirely after the <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var>.</p>
 
-  <p>The ':future' pseudo-class only matches <a href=#webvtt-node-object title="WebVTT Node
-  Object">WebVTT Node Objects</a> that are <i><a href=#in-the-future>in the future</a></i>.</p>
+  <p>The <dfn id=future-pseudo-class title=future-pseudo-class>':future'</dfn> pseudo-class
+  only matches <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a> that are <i><a href=#in-the-future>in the future</a></i>.</p>
 
   <p>A <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var> is
   <dfn id=in-the-future>in the future</dfn> if, in a pre-order, depth-first traversal

Modified: index
===================================================================
--- index	2011-10-24 17:41:01 UTC (rev 6734)
+++ index	2011-10-24 18:28:36 UTC (rev 6735)
@@ -94378,8 +94378,7 @@
 
   <p>A CSS user agent that implements the <a href=#text-track title="text
   track">text tracks</a> model must implement the '::cue' and
-  '::cue(<var title="">selector</var>)' pseudo-elements, and the
-  ':past' and ':future' pseudo-classes.</p>
+  '::cue(<var title="">selector</var>)' pseudo-elements, and the <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes.</p>
 
 
   <h6 id="the-'::cue'-pseudo-element"><span class=secno>15.4.2.3.1 </span>The '::cue' pseudo-element</h6>
@@ -94505,7 +94504,7 @@
    of the segment when the next segment becomes "past".
   --><p>In addition, the following properties apply to the '::cue()'
   pseudo-element with an argument when the selector does not contain
-  the ':past' and ':future' pseudo-classes:</p>
+  the <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes:</p>
 
   <ul class=brief><li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
    <!-- add more... -->
@@ -94526,11 +94525,13 @@
 
   <h6 id="the-':past'-and-':future'-pseudo-classes"><span class=secno>15.4.2.3.2 </span>The ':past' and ':future' pseudo-classes</h6>
 
-  <p>The <dfn id=past-pseudo-class title=past-pseudo-class>':past'</dfn> and <dfn id=future-pseudo-class title=future-pseudo-class>':future'</dfn> pseudo-classes only
-  match <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a>.</p>
+  <p>The <a href=#past-pseudo-class title=past-pseudo-class>':past'</a> and <a href=#future-pseudo-class title=future-pseudo-class>':future'</a> pseudo-classes
+  sometimes match <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a>. <a href=#refsSELECTORS>[SELECTORS]</a></p>
 
-  <p>The ':past' pseudo-class only matches <a href=#webvtt-node-object title="WebVTT Node
-  Object">WebVTT Node Objects</a> that are <i><a href=#in-the-past>in the past</a></i>.</p>
+  <p>The <dfn id=past-pseudo-class title=past-pseudo-class>':past'</dfn> pseudo-class
+  only matches <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a> that are <i><a href=#in-the-past>in the past</a></i>.</p>
 
   <p>A <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var> is
   <dfn id=in-the-past>in the past</dfn> if, in a pre-order, depth-first traversal of
@@ -94540,8 +94541,9 @@
   of the <a href=#media-element>media element</a> that is the <i>matched
   element</i>, entirely after the <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var>.</p>
 
-  <p>The ':future' pseudo-class only matches <a href=#webvtt-node-object title="WebVTT Node
-  Object">WebVTT Node Objects</a> that are <i><a href=#in-the-future>in the future</a></i>.</p>
+  <p>The <dfn id=future-pseudo-class title=future-pseudo-class>':future'</dfn> pseudo-class
+  only matches <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node
+  Objects</a> that are <i><a href=#in-the-future>in the future</a></i>.</p>
 
   <p>A <a href=#webvtt-node-object>WebVTT Node Object</a> <var title="">c</var> is
   <dfn id=in-the-future>in the future</dfn> if, in a pre-order, depth-first traversal

Modified: source
===================================================================
--- source	2011-10-24 17:41:01 UTC (rev 6734)
+++ source	2011-10-24 18:28:36 UTC (rev 6735)
@@ -106994,8 +106994,9 @@
 
   <p>A CSS user agent that implements the <span title="text
   track">text tracks</span> model must implement the '::cue' and
-  '::cue(<var title="">selector</var>)' pseudo-elements, and the
-  ':past' and ':future' pseudo-classes.</p>
+  '::cue(<var title="">selector</var>)' pseudo-elements, and the <span
+  title="past-pseudo-class">':past'</span> and <span
+  title="future-pseudo-class">':future'</span> pseudo-classes.</p>
 
 
   <h6>The '::cue' pseudo-element</h6>
@@ -107153,7 +107154,8 @@
 
   <p>In addition, the following properties apply to the '::cue()'
   pseudo-element with an argument when the selector does not contain
-  the ':past' and ':future' pseudo-classes:</p>
+  the <span title="past-pseudo-class">':past'</span> and <span
+  title="future-pseudo-class">':future'</span> pseudo-classes:</p>
 
   <ul class="brief">
    <li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
@@ -107177,12 +107179,14 @@
 
   <h6>The ':past' and ':future' pseudo-classes</h6>
 
-  <p>The <dfn title="past-pseudo-class">':past'</dfn> and <dfn
-  title="future-pseudo-class">':future'</dfn> pseudo-classes only
-  match <span title="WebVTT Node Object">WebVTT Node Objects</span>.</p>
+  <p>The <span title="past-pseudo-class">':past'</span> and <span
+  title="future-pseudo-class">':future'</span> pseudo-classes
+  sometimes match <span title="WebVTT Node Object">WebVTT Node
+  Objects</span>. <a href="#refsSELECTORS">[SELECTORS]</a></p>
 
-  <p>The ':past' pseudo-class only matches <span title="WebVTT Node
-  Object">WebVTT Node Objects</span> that are <i>in the past</i>.</p>
+  <p>The <dfn title="past-pseudo-class">':past'</dfn> pseudo-class
+  only matches <span title="WebVTT Node Object">WebVTT Node
+  Objects</span> that are <i>in the past</i>.</p>
 
   <p>A <span>WebVTT Node Object</span> <var title="">c</var> is
   <dfn>in the past</dfn> if, in a pre-order, depth-first traversal of
@@ -107193,8 +107197,9 @@
   element</i>, entirely after the <span>WebVTT Node Object</span> <var
   title="">c</var>.</p>
 
-  <p>The ':future' pseudo-class only matches <span title="WebVTT Node
-  Object">WebVTT Node Objects</span> that are <i>in the future</i>.</p>
+  <p>The <dfn title="future-pseudo-class">':future'</dfn> pseudo-class
+  only matches <span title="WebVTT Node Object">WebVTT Node
+  Objects</span> that are <i>in the future</i>.</p>
 
   <p>A <span>WebVTT Node Object</span> <var title="">c</var> is
   <dfn>in the future</dfn> if, in a pre-order, depth-first traversal




More information about the Commit-Watchers mailing list