- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Oct 2011 18:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4399 Modified Files: rendering.html spec.html Log Message: xref (whatwg r6735) [updated by splitter] Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- rendering.html 14 Oct 2011 19:46:29 -0000 1.124 +++ rendering.html 24 Oct 2011 18:46:25 -0000 1.125 @@ -2158,8 +2158,7 @@ <p>A CSS user agent that implements the <a href="the-iframe-element.html#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> @@ -2269,7 +2268,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> @@ -2283,11 +2282,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="references.html#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 @@ -2297,8 +2298,9 @@ of the <a href="the-iframe-element.html#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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1743 retrieving revision 1.1744 diff -u -d -r1.1743 -r1.1744 --- spec.html 24 Oct 2011 17:46:25 -0000 1.1743 +++ spec.html 24 Oct 2011 18:46:25 -0000 1.1744 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5400. +This is revision 1.5401. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 24 October 2011 18:46:33 UTC