1919
2020 < h1 id =title > Selectors Level 4</ h1 >
2121
22- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 27 September
22+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 September
2323 2011</ h2 >
2424
2525 < dl >
2626 < dt > This version: <!--
27- <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110927 /">
28- http://www.w3.org/TR/2011/WD-selectors4-20110927 /</a>
27+ <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110929 /">
28+ http://www.w3.org/TR/2011/WD-selectors4-20110929 /</a>
2929
3030 <dt>Editor's draft:
3131-->
3232
3333
3434 < dd > < a href ="http://dev.w3.org/csswg/selectors4/ ">
35- http://dev.w3.org/selectors4/</ a >
35+ http://dev.w3.org/csswg/ selectors4/</ a >
3636
3737 < dt > Latest version of Selectors Level 4:
3838
@@ -46,8 +46,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
4646
4747 < dt > Previous version:
4848
49- < dd > < a href ="http://www.w3.org/TR/2011/REC-css3-selectors- 20110929/ ">
50- http://www.w3.org/TR/2011/REC-css3-selectors- 20110929/ </ a >
49+ < dd > < a href ="http://www.w3.org/TR/2011/WD-selectors4- 20110929/ ">
50+ http://www.w3.org/TR/2011/WD-selectors4- 20110929/</ a >
5151
5252 < dt > Editors:
5353
@@ -418,7 +418,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
418418 < li > < a href ="#general-sibling-combinators "> < span class =secno > 14.4.
419419 </ span > General sibling combinator</ a >
420420
421- < li > < a href ="#idref-combinator "> < span class =secno > 14.5. </ span >
421+ < li > < a href ="#idref-combinators "> < span class =secno > 14.5. </ span >
422422 Reference combinators</ a >
423423 </ ul >
424424
@@ -693,7 +693,7 @@ <h2 id=overview><span class=secno>2. </span> Selectors Overview</h2>
693693 < td > an element of type E in with left-to-right directionality (the
694694 document language specifies how directionality is determined)
695695
696- < td > < a href =dir-pseudo > The :dir() pseudo-class</ a >
696+ < td > < a href =" # dir-pseudo" > The :dir() pseudo-class</ a >
697697
698698 < td > 2
699699
@@ -891,7 +891,7 @@ <h2 id=overview><span class=secno>2. </span> Selectors Overview</h2>
891891
892892 < td > a user interface element E that
893893
894- < td > < a href =range-pseudos > The validity pseudo-classes</ a >
894+ < td > < a href =" # range-pseudos" > The validity pseudo-classes</ a >
895895
896896 < td > 3-UI/4
897897
@@ -1322,7 +1322,7 @@ <h3 id=case-sensitive><span class=secno>3.5. </span> Characters and case
13221322 < h3 id =namespaces > < span class =secno > 3.6. </ span > Namespaces</ h3 >
13231323
13241324 < p > Certain selectors support namespace prefixes. The mechanism by which
1325- namespace prefixes are < dfn id =declared > declared</ dfn > should be specified
1325+ namespace prefixes are < dfn id =nsdecl > declared</ dfn > should be specified
13261326 by the language that uses Selectors. If the language does not specify a
13271327 namespace prefix declaration mechanism, then no prefixes are declared. In
13281328 CSS, namespace prefixes are declared with the < a
@@ -1532,7 +1532,7 @@ <h4 id=typenmsp><span class=secno>5.1.1. </span> Type selectors and
15321532
15331533 < p > A type selector containing a namespace prefix that has not been
15341534 previously < a href ="#nsdecl "> declared</ a > for namespaced selectors is an
1535- < a href ="#Conformance "> invalid</ a > selector.
1535+ < a href ="#conformance "> invalid</ a > selector.
15361536
15371537 < p > In a namespace-aware client, the name part of element type selectors
15381538 (the part after the namespace separator, if it is present) will only match
@@ -1659,7 +1659,7 @@ <h4 id=univnmsp><span class=secno>5.2.1. </span> Universal selector and
16591659
16601660 < p > A universal selector containing a namespace prefix that has not been
16611661 previously < a href ="#nsdecl "> declared</ a > is an < a
1662- href ="#Conformance "> invalid</ a > selector.
1662+ href ="#conformance "> invalid</ a > selector.
16631663
16641664 < h2 id =attribute-selectors > < span class =secno > 6. </ span > Attribute selectors</ h2 >
16651665
@@ -1849,7 +1849,7 @@ <h3 id=attrnmsp><span class=secno>6.4. </span> Attribute selectors and
18491849
18501850 < p > An attribute selector with an attribute name containing a namespace
18511851 prefix that has not been previously < a href ="#nsdecl "> declared</ a > is an
1852- < a href ="#Conformance "> invalid</ a > selector.
1852+ < a href ="#conformance "> invalid</ a > selector.
18531853
18541854 < div class =example >
18551855 < p > CSS examples:</ p >
@@ -2412,10 +2412,10 @@ <h3 id=dir-pseudo><span class=secno>10.1. </span> The directionality
24122412 child without a < code > dir</ code > attribute will have the same
24132413 directionality as its closest ancestor with a valid < code > dir</ code >
24142414 attribute. As another example, < a
2415- href ="http://www.w3.org/TR/html5/#the-directionality "> in HTML5 </ a > , an
2416- element that matches < code > [dir=auto]</ code > will match either
2417- < code > :dir(ltr)</ code > or < code > :dir(rtl)</ code > depending on the resolved
2418- directionality of the elements as determined by its contents. < a
2415+ href ="http://www.w3.org/TR/html5/elements.html #the-directionality "> in
2416+ HTML5 </ a > , an element that matches < code > [dir=auto]</ code > will match
2417+ either < code > :dir(ltr)</ code > or < code > :dir(rtl)</ code > depending on the
2418+ resolved directionality of the elements as determined by its contents. < a
24192419 href ="#HTML5 " rel =biblioentry > [HTML5]<!--{{HTML5}}--> </ a >
24202420
24212421 < h3 id =lang-pseudo > < span class =secno > 10.2. </ span > The language
@@ -2582,7 +2582,7 @@ <h3 id=range-pseudos><span class=secno>11.6. </span> The range
25822582 pseudo-classes ‘< code class =css > :in-range</ code > ’ and
25832583 ‘< code class =css > :out-of-range</ code > ’</ h3 >
25842584
2585- < p > The < code id =in-range-psueod > :in-range</ code > and < code
2585+ < p > The < code id =in-range-psuedo > :in-range</ code > and < code
25862586 id =out-of-range-pseudo > :out-of-range</ code > pseudo-classes apply only to
25872587 elements that have range limitations. An element is < code > :in-range</ code >
25882588 or < code > :out-of-range</ code > when the value that the element is bound to
@@ -3230,7 +3230,7 @@ <h3 id=general-sibling-combinators><span class=secno>14.4. </span> General
32303230 <pre>function a(x) = 12x/13.5</pre></ pre >
32313231 </ div >
32323232
3233- < h3 id =idref-combinator > < span class =secno > 14.5. </ span > Reference
3233+ < h3 id =idref-combinators > < span class =secno > 14.5. </ span > Reference
32343234 combinators</ h3 >
32353235
32363236 < p > The IDREF combinator consists of two slashes with an indetervening < a
@@ -3752,10 +3752,10 @@ <h3 id=normative-references><span class=secno>20.1. </span> Normative
37523752 < dt id =CSS21 > [CSS21]
37533753
37543754 < dd > Bert Bos; et al. < a
3755- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> < cite > Cascading Style
3755+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> < cite > Cascading Style
37563756 Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 June
37573757 2011. W3C Recommendation. URL: < a
3758- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> http://www.w3.org/TR/2011/REC-CSS2-20110607</ a >
3758+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> http://www.w3.org/TR/2011/REC-CSS2-20110607/ </ a >
37593759 </ dd >
37603760 <!---->
37613761
0 commit comments