- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Sep 2011 08:38:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4 In directory hutz:/tmp/cvs-serv22111 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- Overview.html 27 Sep 2011 23:34:10 -0000 1.55 +++ Overview.html 29 Sep 2011 08:38:45 -0000 1.56 @@ -19,20 +19,20 @@ <h1 id=title>Selectors Level 4</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September 2011</h2> <dl> <dt>This version: <!-- - <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110927/"> - http://www.w3.org/TR/2011/WD-selectors4-20110927/</a> + <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110929/"> + http://www.w3.org/TR/2011/WD-selectors4-20110929/</a> <dt>Editor's draft: --> <dd><a href="http://dev.w3.org/csswg/selectors4/"> - http://dev.w3.org/selectors4/</a> + http://dev.w3.org/csswg/selectors4/</a> <dt>Latest version of Selectors Level 4: @@ -46,8 +46,8 @@ <dt>Previous version: - <dd><a href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/ "> - http://www.w3.org/TR/2011/REC-css3-selectors-20110929/ </a> + <dd><a href="http://www.w3.org/TR/2011/WD-selectors4-20110929/"> + http://www.w3.org/TR/2011/WD-selectors4-20110929/</a> <dt>Editors: @@ -418,7 +418,7 @@ <li><a href="#general-sibling-combinators"><span class=secno>14.4. </span> General sibling combinator</a> - <li><a href="#idref-combinator"><span class=secno>14.5. </span> + <li><a href="#idref-combinators"><span class=secno>14.5. </span> Reference combinators</a> </ul> @@ -693,7 +693,7 @@ <td>an element of type E in with left-to-right directionality (the document language specifies how directionality is determined) - <td><a href=dir-pseudo>The :dir() pseudo-class</a> + <td><a href="#dir-pseudo">The :dir() pseudo-class</a> <td>2 @@ -891,7 +891,7 @@ <td>a user interface element E that - <td><a href=range-pseudos>The validity pseudo-classes</a> + <td><a href="#range-pseudos">The validity pseudo-classes</a> <td>3-UI/4 @@ -1322,7 +1322,7 @@ <h3 id=namespaces><span class=secno>3.6. </span> Namespaces</h3> <p>Certain selectors support namespace prefixes. The mechanism by which - namespace prefixes are <dfn id=declared>declared</dfn> should be specified + namespace prefixes are <dfn id=nsdecl>declared</dfn> should be specified by the language that uses Selectors. If the language does not specify a namespace prefix declaration mechanism, then no prefixes are declared. In CSS, namespace prefixes are declared with the <a @@ -1532,7 +1532,7 @@ <p>A type selector containing a namespace prefix that has not been previously <a href="#nsdecl">declared</a> for namespaced selectors is an - <a href="#Conformance">invalid</a> selector. + <a href="#conformance">invalid</a> selector. <p>In a namespace-aware client, the name part of element type selectors (the part after the namespace separator, if it is present) will only match @@ -1659,7 +1659,7 @@ <p>A universal selector containing a namespace prefix that has not been previously <a href="#nsdecl">declared</a> is an <a - href="#Conformance">invalid</a> selector. + href="#conformance">invalid</a> selector. <h2 id=attribute-selectors><span class=secno>6. </span> Attribute selectors</h2> @@ -1849,7 +1849,7 @@ <p>An attribute selector with an attribute name containing a namespace prefix that has not been previously <a href="#nsdecl">declared</a> is an - <a href="#Conformance">invalid</a> selector. + <a href="#conformance">invalid</a> selector. <div class=example> <p>CSS examples:</p> @@ -2412,10 +2412,10 @@ child without a <code>dir</code> attribute will have the same directionality as its closest ancestor with a valid <code>dir</code> attribute. As another example, <a - href="http://www.w3.org/TR/html5/#the-directionality">in HTML5</a>, an - element that matches <code>[dir=auto]</code> will match either - <code>:dir(ltr)</code> or <code>:dir(rtl)</code> depending on the resolved - directionality of the elements as determined by its contents. <a + href="http://www.w3.org/TR/html5/elements.html#the-directionality">in + HTML5</a>, an element that matches <code>[dir=auto]</code> will match + either <code>:dir(ltr)</code> or <code>:dir(rtl)</code> depending on the + resolved directionality of the elements as determined by its contents. <a href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> <h3 id=lang-pseudo><span class=secno>10.2. </span> The language @@ -2582,7 +2582,7 @@ pseudo-classes ‘<code class=css>:in-range</code>’ and ‘<code class=css>:out-of-range</code>’</h3> - <p>The <code id=in-range-psueod>:in-range</code> and <code + <p>The <code id=in-range-psuedo>:in-range</code> and <code id=out-of-range-pseudo>:out-of-range</code> pseudo-classes apply only to elements that have range limitations. An element is <code>:in-range</code> or <code>:out-of-range</code> when the value that the element is bound to @@ -3230,7 +3230,7 @@ <pre>function a(x) = 12x/13.5</pre></pre> </div> - <h3 id=idref-combinator><span class=secno>14.5. </span> Reference + <h3 id=idref-combinators><span class=secno>14.5. </span> Reference combinators</h3> <p>The IDREF combinator consists of two slashes with an indetervening <a @@ -3752,10 +3752,10 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June 2011. W3C Recommendation. URL: <a - href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a> </dd> <!---->
Received on Thursday, 29 September 2011 08:38:49 UTC