Skip to content

Commit 1b1f4e4

Browse files
committed
Generated. Do not edit!
1 parent 2c32292 commit 1b1f4e4

1 file changed

Lines changed: 29 additions & 43 deletions

File tree

selectors3/Overview.html

Lines changed: 29 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515

1616
<h1 id=title>Selectors Level 3</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
19-
2011</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2>
2019

2120
<dl>
2221
<dt>This version:
2322

24-
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110217">
25-
http://www.w3.org/TR/2011/PR-selectors3-20110217</a> -->
26-
<a href="http://dev.w3.org/csswg/selectors3">
27-
http://dev.w3.org/csswg/selectors3</a>
23+
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110803/">
24+
http://www.w3.org/TR/2011/REC-selectors3-20110803</a>
25+
<a href="http://dev.w3.org/csswg/selectors3"> -->
26+
http://dev.w3.org/csswg/selectors3
2827

2928
<dt>Latest version:
3029

@@ -156,20 +155,6 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
156155
implementation report</a> contains a test suite and shows several
157156
implementations of the specification.
158157

159-
<p>The <a href=issues-lc-2009>list of comments on the last draft</a>
160-
explains the changes that were made since that draft.
161-
162-
<p>The bibliography contains <a href="#normative-references">normative
163-
references</a> to two W3C specifications that are not Recommendations at
164-
the time of publication, although they are believed to be stable. It is
165-
currently the intention to keep this specification at Proposed
166-
Recommendation level until those specifications are themselves Proposed
167-
Recommendations or Recommendations.
168-
169-
<p><em>Advisory Committee representatives of W3C member organizations are
170-
requested to fill in the <a href="/2002/09/wbs/33280/css3-selectors-PR/">
171-
review form</a> before 31 January 2010.</em>
172-
173158
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
174159
<!--begin-toc-->
175160

@@ -2507,9 +2492,9 @@ <h3 id=first-letter><span class=secno>7.2. </span>The ::first-letter
25072492

25082493
<p>If the letters that would form the <code>::first-letter</code> are not
25092494
in the same element, such as "&lsquo;<code class=css>T" in
2510-
<code>&lt;p>'&lt;em>T...</code>, the UA may create a
2495+
<code>&lt;p></code>&rsquo;&lt;em>T...</code>, the UA may create a
25112496
<code>::first-letter</code> pseudo-element from one of the elements, both
2512-
elements, or simply not create a pseudo-element.</code>
2497+
elements, or simply not create a pseudo-element.
25132498

25142499
<p>Similarly, if the first letter(s) of the block are not at the start of
25152500
the line (for example due to bidirectional reordering), then the UA need
@@ -2520,10 +2505,10 @@ <h3 id=first-letter><span class=secno>7.2. </span>The ::first-letter
25202505

25212506
<p><a name=overlapping-example>The following CSS and HTML example</a>
25222507
illustrates how overlapping pseudo-elements may interact. The first
2523-
letter of each P element will be green with a font size of &rsquo;24pt'.
2524-
The rest of the first formatted line will be &lsquo;<code
2525-
class=property>blue</code>&rsquo; while the rest of the paragraph will be
2526-
&lsquo;<code class=property>red</code>&rsquo;.</p>
2508+
letter of each P element will be green with a font size of &lsquo;<code
2509+
class=css>24pt</code>&rsquo;. The rest of the first formatted line will
2510+
be &lsquo;<code class=property>blue</code>&rsquo; while the rest of the
2511+
paragraph will be &lsquo;<code class=property>red</code>&rsquo;.</p>
25272512

25282513
<pre>p { color: red; font-size: 12pt }
25292514
p::first-letter { color: green; font-size: 200% }
@@ -3310,20 +3295,20 @@ <h3 id=normative-references><span class=secno>15.1. </span>Normative
33103295
<dt id=CSS21>[CSS21]
33113296

33123297
<dd>Bert Bos; et al. <a
3313-
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
3314-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
3315-
2010. W3C Working Draft. (Work in progress.) URL: <a
3316-
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
3298+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
3299+
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
3300+
2011. W3C Recommendation. URL: <a
3301+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
33173302
</dd>
33183303
<!---->
33193304

33203305
<dt id=CSS3NAMESPACE>[CSS3NAMESPACE]
33213306

3322-
<dd>Anne van Kesteren; Elika J. Etemad. <a
3323-
href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523"><cite>CSS
3307+
<dd>Elika J. Etemad; Anne van Kesteren. <a
3308+
href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/"><cite>CSS
33243309
Namespaces Module.</cite></a> 23 May 2008. W3C Candidate Recommendation.
33253310
(Work in progress.) URL: <a
3326-
href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523">http://www.w3.org/TR/2008/CR-css3-namespace-20080523</a>
3311+
href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/">http://www.w3.org/TR/2008/CR-css3-namespace-20080523/</a>
33273312
</dd>
33283313
<!---->
33293314

@@ -3393,7 +3378,7 @@ <h3 id=informative-references><span class=secno>15.2. </span>Informative
33933378

33943379
<dt id=HTML401>[HTML401]
33953380

3396-
<dd>David Raggett; Ian Jacobs; Arnaud Le Hors. <a
3381+
<dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a
33973382
href="http://www.w3.org/TR/1999/REC-html401-19991224"><cite>HTML 4.01
33983383
Specification.</cite></a> 24 December 1999. W3C Recommendation. URL: <a
33993384
href="http://www.w3.org/TR/1999/REC-html401-19991224">http://www.w3.org/TR/1999/REC-html401-19991224</a>
@@ -3422,29 +3407,30 @@ <h3 id=informative-references><span class=secno>15.2. </span>Informative
34223407
<dt id=SVG11>[SVG11]
34233408

34243409
<dd>Erik Dahlstr&#246;m; et al. <a
3425-
href="http://www.w3.org/TR/2010/WD-SVG11-20100622"><cite>Scalable Vector
3426-
Graphics (SVG) 1.1 (Second Edition).</cite></a> 22 June 2010. W3C Working
3427-
Draft. (Work in progress.) URL: <a
3428-
href="http://www.w3.org/TR/2010/WD-SVG11-20100622">http://www.w3.org/TR/2010/WD-SVG11-20100622</a>
3410+
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector
3411+
Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed
3412+
Recommendation. (Work in progress.) URL: <a
3413+
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a>
34293414
</dd>
34303415
<!---->
34313416

34323417
<dt id=UAX29>[UAX29]
34333418

34343419
<dd>Mark Davis. <a
3435-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
3436-
Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
3437-
href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
3420+
href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
3421+
Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
3422+
URL: <a
3423+
href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
34383424
</dd>
34393425
<!---->
34403426

34413427
<dt id=XML-NAMES>[XML-NAMES]
34423428

34433429
<dd>Tim Bray; et al. <a
3444-
href="http://www.w3.org/TR/2009/REC-xml-names-20091208"><cite>Namespaces
3430+
href="http://www.w3.org/TR/2009/REC-xml-names-20091208/"><cite>Namespaces
34453431
in XML 1.0 (Third Edition).</cite></a> 8 December 2009. W3C
34463432
Recommendation. URL: <a
3447-
href="http://www.w3.org/TR/2009/REC-xml-names-20091208">http://www.w3.org/TR/2009/REC-xml-names-20091208</a>
3433+
href="http://www.w3.org/TR/2009/REC-xml-names-20091208/">http://www.w3.org/TR/2009/REC-xml-names-20091208/</a>
34483434
</dd>
34493435
<!---->
34503436

0 commit comments

Comments
 (0)