- From: poot <cvsmail@w3.org>
- Date: Mon, 24 Oct 2011 14:32:57 -0400
- To: public-html-diffs@w3.org
hixie: xref (whatwg r6735) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5400&r2=1.5401&f=h http://html5.org/tools/web-apps-tracker?from=6734&to=6735 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5400 retrieving revision 1.5401 diff -u -d -r1.5400 -r1.5401 --- Overview.html 24 Oct 2011 17:45:02 -0000 1.5400 +++ Overview.html 24 Oct 2011 18:32:37 -0000 1.5401 @@ -66194,8 +66194,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">10.4.2.3.1 </span>The '::cue' pseudo-element</h6> @@ -66305,7 +66304,7 @@ </ul><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> @@ -66319,11 +66318,13 @@ <h6 id="the-:past-and-:future-pseudo-classes"><span class="secno">10.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 <span title="WebVTT Node Object">WebVTT Node Objects</span>.</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 <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><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 <span title="WebVTT Node Object">WebVTT Node + Objects</span> that are <i><a href="#in-the-past">in the past</a></i>.</p> <p>A <span>WebVTT Node Object</span> <var title="">c</var> is <dfn id="in-the-past">in the past</dfn> if, in a pre-order, depth-first traversal of @@ -66333,8 +66334,9 @@ of the <a href="#media-element">media element</a> that is the <i>matched 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><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 <span title="WebVTT Node Object">WebVTT Node + Objects</span> that are <i><a href="#in-the-future">in the future</a></i>.</p> <p>A <span>WebVTT Node Object</span> <var title="">c</var> is <dfn id="in-the-future">in the future</dfn> if, in a pre-order, depth-first traversal
Received on Monday, 24 October 2011 18:33:03 UTC