Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13948

git-svn-id: http://svn.whatwg.org/webapps@6735 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent 837d379 commit 43cc9ad
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 28 deletions.
20 changes: 11 additions & 9 deletions complete.html
Expand Up @@ -94378,8 +94378,7 @@ <h5 id=css-extensions><span class=secno>15.4.2.3 </span>CSS extensions</h5>

<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>
Expand Down Expand Up @@ -94505,7 +94504,7 @@ <h6 id="the-'::cue'-pseudo-element"><span class=secno>15.4.2.3.1 </span>The '::c
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... -->
Expand All @@ -94526,11 +94525,13 @@ <h6 id="the-'::cue'-pseudo-element"><span class=secno>15.4.2.3.1 </span>The '::c

<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
Expand All @@ -94540,8 +94541,9 @@ <h6 id="the-':past'-and-':future'-pseudo-classes"><span class=secno>15.4.2.3.2 <
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
Expand Down
20 changes: 11 additions & 9 deletions index
Expand Up @@ -94378,8 +94378,7 @@ iframe:not([seamless]) { border: 2px inset; }

<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>
Expand Down Expand Up @@ -94505,7 +94504,7 @@ iframe:not([seamless]) { border: 2px inset; }
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... -->
Expand All @@ -94526,11 +94525,13 @@ iframe:not([seamless]) { border: 2px inset; }

<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
Expand All @@ -94540,8 +94541,9 @@ iframe:not([seamless]) { border: 2px inset; }
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
Expand Down
25 changes: 15 additions & 10 deletions source
Expand Up @@ -106994,8 +106994,9 @@ iframe:not([seamless]) { border: 2px inset; }

<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>
Expand Down Expand Up @@ -107153,7 +107154,8 @@ iframe:not([seamless]) { border: 2px inset; }

<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>
Expand All @@ -107177,12 +107179,14 @@ iframe:not([seamless]) { border: 2px inset; }

<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
Expand All @@ -107193,8 +107197,9 @@ iframe:not([seamless]) { border: 2px inset; }
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
Expand Down

0 comments on commit 43cc9ad

Please sign in to comment.