- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Sep 2011 08:36:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4 In directory hutz:/tmp/cvs-serv21886 Modified Files: Overview.src.html Log Message: Fixed some fragment IDs. Updated the "previous version" link. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.src.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Overview.src.html 27 Sep 2011 23:34:10 -0000 1.57 +++ Overview.src.html 29 Sep 2011 08:36:44 -0000 1.58 @@ -26,7 +26,7 @@ <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: <dd><a href="http://www.w3.org/TR/selectors4/"> @@ -37,10 +37,8 @@ http://www.w3.org/TR/selectors/</a> <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: <dd class="vcard"><a class="url fn" href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla) @@ -250,7 +248,7 @@ <td><code>E:dir(ltr)</code> <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 <tr> <td><code>E:lang(fr)</code> @@ -362,7 +360,7 @@ <tr> <td><code>E:in-range</code><br><code>E:out-of-range</code> <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 <tr> <td><code>E:required</code><br><code>E:optional</code> @@ -685,7 +683,7 @@ Namespaces</h3> <p>Certain selectors support namespace prefixes. The - mechanism by which namespace prefixes are <dfn>declared</dfn> should + mechanism by which 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 @@ -873,7 +871,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.</p> + an <a href="#conformance">invalid</a> selector.</p> <p>In a namespace-aware client, the name part of element type selectors (the part after the namespace separator, if it is present) @@ -983,7 +981,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.</p> + href="#conformance">invalid</a> selector.</p> <h2 id=attribute-selectors> @@ -1157,7 +1155,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.</p> + an <a href="#conformance">invalid</a> selector.</p> <div class="example"> <p>CSS examples:</p> @@ -1683,7 +1681,7 @@ inherits so that a 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>, + <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. [[HTML5]] @@ -1836,7 +1834,7 @@ <h3 id="range-pseudos"> The range pseudo-classes '':in-range'' and '':out-of-range''</h3> - <p>The <code id="in-range-psueod">:in-range</code> and + <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 @@ -2432,7 +2430,7 @@ <pre>function a(x) = 12x/13.5</pre></pre> </div> -<h3 id=idref-combinator> +<h3 id=idref-combinators> Reference combinators</h3> <p>The IDREF combinator consists of two slashes with an indetervening
Received on Thursday, 29 September 2011 08:36:54 UTC