44< html lang =en >
55 < head >
66 < title > Selectors Level 3</ title >
7- < link href =default.css rel =stylesheet type ="text/css ">
7+ < link href =" ../ default.css" rel =stylesheet type ="text/css ">
88 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
99 type ="text/css ">
1010
1515
1616 < h1 id =title > Selectors Level 3</ h1 >
1717
18- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 10 August 2011 </ h2 >
18+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 3 January 2012 </ h2 >
1919
2020 < dl >
2121 < dt > This version:
2222
23- < dd > <!-- <a href="http://www.w3.org/TR/2011 /ED-selectors3-20110810 /">
24- http://www.w3.org/TR/2011 /REC-selectors3-20110810 </a> -->
23+ < dd > <!-- <a href="http://www.w3.org/TR/2012 /ED-selectors3-20120103 /">
24+ http://www.w3.org/TR/2012 /REC-selectors3-20120103 </a> -->
2525 < a href ="http://dev.w3.org/csswg/selectors3 ">
2626 http://dev.w3.org/csswg/selectors3</ a >
2727
@@ -61,14 +61,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
6161 <!--begin-copyright-->
6262 < p class =copyright > < a
6363 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
64- rel =license > Copyright</ a > © 2011 < a
65- href ="http://www.w3.org/ "> < acronym title =" World Wide Web
66- Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
67- href ="http://www.csail.mit.edu/ "> < acronym title =" Massachusetts Institute
68- of Technology "> MIT</ acronym > </ a > , < a href =" http://www.ercim.eu/ " > < acronym
69- title =" European Research Consortium for Informatics and
70- Mathematics "> ERCIM</ acronym > </ a > , < a
71- href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
64+ rel =license > Copyright</ a > © 2012 < a
65+ href ="http://www.w3.org/ "> < acronym
66+ title =" World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
67+ href ="http://www.csail.mit.edu/ "> < acronym
68+ title =" Massachusetts Institute of Technology "> MIT</ acronym > </ a > , < a
69+ href =" http://www.ercim.eu/ " > < acronym
70+ title =" European Research Consortium for Informatics and Mathematics "> ERCIM</ acronym > </ a > ,
71+ < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
7272 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > ,
7373 < a
7474 href ="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a >
@@ -95,8 +95,8 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
9595
9696 < p > This document describes the selectors that already exist in < abbr
9797 title ="CSS level 1 "> CSS1</ abbr > < a href ="#CSS1 "
98- rel =biblioentry > [CSS1]<!--{{CSS1}}--> </ a > and < abbr title =" CSS level
99- 2 "> CSS2</ abbr > < a href ="#CSS21 "
98+ rel =biblioentry > [CSS1]<!--{{CSS1}}--> </ a > and < abbr
99+ title =" CSS level 2 "> CSS2</ abbr > < a href ="#CSS21 "
100100 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > , and further introduces new
101101 selectors for < abbr title ="CSS level 3 "> CSS3</ abbr > and other languages
102102 that may need them.
@@ -110,10 +110,10 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
110110
111111 < p > These expressions can also be used, for instance, to select a set of
112112 elements, or a single element from a set of elements, by evaluating the
113- expression across all the elements in a subtree. < acronym title =" Simple
114- Tree Transformation Sheets "> STTS</ acronym > (Simple Tree Transformation
115- Sheets), a language for transforming XML trees, uses this mechanism. < a
116- href ="#STTS3 " rel =biblioentry > [STTS3]<!--{{STTS3}}--> </ a >
113+ expression across all the elements in a subtree. < acronym
114+ title =" Simple Tree Transformation Sheets "> STTS</ acronym > (Simple Tree
115+ Transformation Sheets), a language for transforming XML trees, uses this
116+ mechanism. < a href ="#STTS3 " rel =biblioentry > [STTS3]<!--{{STTS3}}--> </ a >
117117
118118 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
119119 <!--begin-status-->
@@ -1123,9 +1123,9 @@ <h3 id=universal-selector><span class=secno>6.2. </span>Universal selector</h3>
11231123 < p class =note > < strong > Note:</ strong > it is recommended that the
11241124 < code > *</ code > not be omitted, because it decreases the potential
11251125 confusion between, for example, < code style ="white-space: nowrap "> div
1126- :first-child</ code > and < code style =" white-space:
1127- nowrap "> div:first-child</ code > . Here, < code style =" white-space:
1128- nowrap "> div *:first-child</ code > is more readable.
1126+ :first-child</ code > and < code
1127+ style =" white-space: nowrap "> div:first-child</ code > . Here, < code
1128+ style =" white-space: nowrap "> div *:first-child</ code > is more readable.
11291129
11301130 < h4 id =univnmsp > < span class =secno > 6.2.1. </ span > Universal selector and
11311131 namespaces</ h4 >
@@ -2515,8 +2515,9 @@ <h3 id=first-letter><span class=secno>7.2. </span>The ::first-letter
25152515<P>Some text that ends up on two lines</P></ pre >
25162516
25172517 < p > Assuming that a line break will occur before the word "ends", the < span
2518- class =index-inst id =fictional-tag-sequence title ="fictional tag
2519- sequence "> fictional tag sequence</ span > for this fragment might be:</ p >
2518+ class =index-inst id =fictional-tag-sequence
2519+ title ="fictional tag sequence "> fictional tag sequence</ span > for this
2520+ fragment might be:</ p >
25202521
25212522 < pre > <P>
25222523<P::first-line>
@@ -2666,12 +2667,13 @@ <h4 id=application-in-css><span class=secno>7.2.1. </span>Application in
26662667 < p > This example might be formatted as follows:</ p >
26672668
26682669 < div class =figure >
2669- < p > < img alt ="Image illustrating the combined effect of the ::first-letter
2670- and ::first-line pseudo-elements " src =first-letter.gif > </ p >
2670+ < p > < img
2671+ alt ="Image illustrating the combined effect of the ::first-letter and ::first-line pseudo-elements "
2672+ src =first-letter.gif > </ p >
26712673 </ div >
26722674
2673- < p > The < span class =index-inst id =fictional-tag-sequence0 title =" fictional
2674- tag sequence "> fictional tag sequence</ span > is:</ p >
2675+ < p > The < span class =index-inst id =fictional-tag-sequence0
2676+ title =" fictional tag sequence "> fictional tag sequence</ span > is:</ p >
26752677
26762678 < pre >
26772679<P>
@@ -3303,10 +3305,10 @@ <h3 id=normative-references><span class=secno>15.1. </span>Normative
33033305 < dt id =CSS3NAMESPACE > [CSS3NAMESPACE]
33043306
33053307 < dd > Elika J. Etemad; Anne van Kesteren. < a
3306- href ="http://www.w3.org/TR/2008/CR -css3-namespace-20080523 / "> < cite > CSS
3307- Namespaces Module.</ cite > </ a > 23 May 2008 . W3C Candidate Recommendation.
3308- (Work in progress.) URL: < a
3309- href ="http://www.w3.org/TR/2008/CR -css3-namespace-20080523 / "> http://www.w3.org/TR/2008/CR -css3-namespace-20080523 /</ a >
3308+ href ="http://www.w3.org/TR/2011/REC -css3-namespace-20110929 / "> < cite > CSS
3309+ Namespaces Module.</ cite > </ a > 29 September 2011 . W3C Recommendation. URL:
3310+ < a
3311+ href ="http://www.w3.org/TR/2011/REC -css3-namespace-20110929 / "> http://www.w3.org/TR/2011/REC -css3-namespace-20110929 /</ a >
33103312 </ dd >
33113313 <!---->
33123314
@@ -3319,11 +3321,11 @@ <h3 id=normative-references><span class=secno>15.1. </span>Normative
33193321 < dt id =UNICODE > [UNICODE]
33203322
33213323 < dd > The Unicode Consortium. < a
3322- href ="http://www.unicode.org/unicode/ standard/versions/enumeratedversions.html "> < cite > The
3324+ href ="http://www.unicode.org/standard/versions/enumeratedversions.html "> < cite > The
33233325 Unicode Standard.</ cite > </ a > 2003. Defined by: The Unicode Standard,
33243326 Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated
33253327 from time to time by the publication of new versions URL: < a
3326- href ="http://www.unicode.org/unicode/ standard/versions/enumeratedversions.html "> http://www.unicode.org/unicode /standard/versions/enumeratedversions.html</ a >
3328+ href ="http://www.unicode.org/standard/versions/enumeratedversions.html "> http://www.unicode.org/standard/versions/enumeratedversions.html</ a >
33273329 </ dd >
33283330 <!---->
33293331
@@ -3405,10 +3407,10 @@ <h3 id=informative-references><span class=secno>15.2. </span>Informative
34053407 < dt id =SVG11 > [SVG11]
34063408
34073409 < dd > Erik Dahlström; et al. < a
3408- href ="http://www.w3.org/TR/2011/PR -SVG11-20110609 / "> < cite > Scalable Vector
3409- Graphics (SVG) 1.1 (Second Edition).</ cite > </ a > 9 June 2011. W3C Proposed
3410- Recommendation. (Work in progress.) URL: < a
3411- href ="http://www.w3.org/TR/2011/PR -SVG11-20110609 / "> http://www.w3.org/TR/2011/PR -SVG11-20110609 /</ a >
3410+ href ="http://www.w3.org/TR/2011/REC -SVG11-20110816 / "> < cite > Scalable
3411+ Vector Graphics (SVG) 1.1 (Second Edition).</ cite > </ a > 16 August 2011.
3412+ W3C Recommendation. URL: < a
3413+ href ="http://www.w3.org/TR/2011/REC -SVG11-20110816 / "> http://www.w3.org/TR/2011/REC -SVG11-20110816 /</ a >
34123414 </ dd >
34133415 <!---->
34143416
0 commit comments