csswg/selectors3 Overview.html,1.76,1.77

Update of /sources/public/csswg/selectors3
In directory hutz:/tmp/cvs-serv13434

Modified Files:
	Overview.html 
Log Message:
Generated. Do not edit!

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors3/Overview.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Overview.html	17 Feb 2011 23:39:42 -0000	1.76
+++ Overview.html	3 Aug 2011 15:05:34 -0000	1.77
@@ -15,16 +15,15 @@
 
    <h1 id=title>Selectors Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
-    2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110217">
-             http://www.w3.org/TR/2011/PR-selectors3-20110217</a> -->
-     <a href="http://dev.w3.org/csswg/selectors3">
-     http://dev.w3.org/csswg/selectors3</a>
+    <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110803/">
+             http://www.w3.org/TR/2011/REC-selectors3-20110803</a>
+    <a href="http://dev.w3.org/csswg/selectors3"> -->
+     http://dev.w3.org/csswg/selectors3
 
     <dt>Latest version:
 
@@ -156,20 +155,6 @@
    implementation report</a> contains a test suite and shows several
    implementations of the specification.
 
-  <p>The <a href=issues-lc-2009>list of comments on the last draft</a>
-   explains the changes that were made since that draft.
-
-  <p>The bibliography contains <a href="#normative-references">normative
-   references</a> to two W3C specifications that are not Recommendations at
-   the time of publication, although they are believed to be stable. It is
-   currently the intention to keep this specification at Proposed
-   Recommendation level until those specifications are themselves Proposed
-   Recommendations or Recommendations.
-
-  <p><em>Advisory Committee representatives of W3C member organizations are
-   requested to fill in the <a href="/2002/09/wbs/33280/css3-selectors-PR/">
-   review form</a> before 31 January 2010.</em>
-
   <h2 class="no-num no-toc" id=contents>Table of contents</h2>
   <!--begin-toc-->
 
@@ -2507,9 +2492,9 @@
 
   <p>If the letters that would form the <code>::first-letter</code> are not
    in the same element, such as "&lsquo;<code class=css>T" in
-   <code>&lt;p>'&lt;em>T...</code>, the UA may create a
+   <code>&lt;p></code>&rsquo;&lt;em>T...</code>, the UA may create a
    <code>::first-letter</code> pseudo-element from one of the elements, both
-   elements, or simply not create a pseudo-element.</code>
+   elements, or simply not create a pseudo-element.
 
   <p>Similarly, if the first letter(s) of the block are not at the start of
    the line (for example due to bidirectional reordering), then the UA need
@@ -2520,10 +2505,10 @@
 
    <p><a name=overlapping-example>The following CSS and HTML example</a>
     illustrates how overlapping pseudo-elements may interact. The first
-    letter of each P element will be green with a font size of &rsquo;24pt'.
-    The rest of the first formatted line will be &lsquo;<code
-    class=property>blue</code>&rsquo; while the rest of the paragraph will be
-    &lsquo;<code class=property>red</code>&rsquo;.</p>
+    letter of each P element will be green with a font size of &lsquo;<code
+    class=css>24pt</code>&rsquo;. The rest of the first formatted line will
+    be &lsquo;<code class=property>blue</code>&rsquo; while the rest of the
+    paragraph will be &lsquo;<code class=property>red</code>&rsquo;.</p>
 
    <pre>p { color: red; font-size: 12pt }
 p::first-letter { color: green; font-size: 200% }
@@ -3310,20 +3295,20 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
-    Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
-    2010. W3C Working Draft. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+    Sheets Level 2 Revision 1 (CSS&#160;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>
     </dd>
    <!---->
 
    <dt id=CSS3NAMESPACE>[CSS3NAMESPACE]
 
-   <dd>Anne van Kesteren; Elika J. Etemad. <a
-    href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523"><cite>CSS
+   <dd>Elika J. Etemad; Anne van Kesteren. <a
+    href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/"><cite>CSS
     Namespaces Module.</cite></a> 23 May 2008. W3C Candidate Recommendation.
     (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523">http://www.w3.org/TR/2008/CR-css3-namespace-20080523</a>
+    href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/">http://www.w3.org/TR/2008/CR-css3-namespace-20080523/</a>
     </dd>
    <!---->
 
@@ -3393,7 +3378,7 @@
 
    <dt id=HTML401>[HTML401]
 
-   <dd>David Raggett; Ian Jacobs; Arnaud Le Hors. <a
+   <dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a
     href="http://www.w3.org/TR/1999/REC-html401-19991224"><cite>HTML 4.01
     Specification.</cite></a> 24 December 1999. W3C Recommendation. URL: <a
     href="http://www.w3.org/TR/1999/REC-html401-19991224">http://www.w3.org/TR/1999/REC-html401-19991224</a>
@@ -3422,29 +3407,30 @@
    <dt id=SVG11>[SVG11]
 
    <dd>Erik Dahlstr&#246;m; et al. <a
-    href="http://www.w3.org/TR/2010/WD-SVG11-20100622"><cite>Scalable Vector
-    Graphics (SVG) 1.1 (Second Edition).</cite></a> 22 June 2010. W3C Working
-    Draft. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2010/WD-SVG11-20100622">http://www.w3.org/TR/2010/WD-SVG11-20100622</a>
+    href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector
+    Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed
+    Recommendation. (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a>
     </dd>
    <!---->
 
    <dt id=UAX29>[UAX29]
 
    <dd>Mark Davis. <a
-    href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html"><cite>Text
-    Boundaries.</cite></a> 25 March 2005. Unicode Standard Annex #29. URL: <a
-    href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
+    href="http://www.unicode.org/reports/tr29/tr29-17.html"><cite>Unicode
+    Text Segmentation.</cite></a> 8 October 2010. Unicode Standard Annex #29.
+    URL: <a
+    href="http://www.unicode.org/reports/tr29/tr29-17.html">http://www.unicode.org/reports/tr29/tr29-17.html</a>
     </dd>
    <!---->
 
    <dt id=XML-NAMES>[XML-NAMES]
 
    <dd>Tim Bray; et al. <a
-    href="http://www.w3.org/TR/2009/REC-xml-names-20091208"><cite>Namespaces
+    href="http://www.w3.org/TR/2009/REC-xml-names-20091208/"><cite>Namespaces
     in XML 1.0 (Third Edition).</cite></a> 8 December 2009. W3C
     Recommendation. URL: <a
-    href="http://www.w3.org/TR/2009/REC-xml-names-20091208">http://www.w3.org/TR/2009/REC-xml-names-20091208</a>
+    href="http://www.w3.org/TR/2009/REC-xml-names-20091208/">http://www.w3.org/TR/2009/REC-xml-names-20091208/</a>
     </dd>
    <!---->
 

Received on Wednesday, 3 August 2011 15:05:37 UTC