csswg/css-2010 Overview.html,1.9,1.10 Overview.src.html,1.10,1.11

Update of /sources/public/csswg/css-2010
In directory hutz:/tmp/cvs-serv16858

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Update wording to reflect Steve Zilles' proposal <http://lists.w3.org/Archives/Public/www-style/2011Apr/0760.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html	26 Apr 2011 00:08:29 -0000	1.9
+++ Overview.html	2 May 2011 22:58:12 -0000	1.10
@@ -15,11 +15,11 @@
 
    <h1>Cascading Style Sheets (CSS) Snapshot 2010</h1>
 
-   <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 26 April 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 2 May 2011</h2>
 
    <dl>
     <dt>This version:</dt>
-    <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110426">http://www.w3.org/TR/2011/ED-css-2010-20110426</a></dd> -->
+    <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110502">http://www.w3.org/TR/2011/ED-css-2010-20110502</a></dd> -->
 
     <dd><a
      href="http://dev.w3.org/csswg/css-2010/">http://dev.w3.org/csswg/css-2010/</a>
@@ -142,11 +142,16 @@
       Implementations</a>
     </ul>
 
-   <li><a href="#properties"><span class=secno>4. </span>Property Index</a>
+   <li><a href="#indices"><span class=secno>4. </span>Indices</a>
+    <ul class=toc>
+     <li><a href="#properties"><span class=secno>4.1. </span>Property
+      Index</a>
 
-   <li><a href="#selectors"><span class=secno>5. </span>Selector Index</a>
+     <li><a href="#selectors"><span class=secno>4.2. </span>Selector
+      Index</a>
 
-   <li><a href="#at-rules"><span class=secno>6. </span>At-Rule Index</a>
+     <li><a href="#at-rules"><span class=secno>4.3. </span>At-Rule Index</a>
+    </ul>
   </ul>
   <!--end-toc-->
 
@@ -360,33 +365,44 @@
   <p>To avoid clashes with future CSS features, the CSS2.1 specification
    reserves a <a
    href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
-   syntax</a> for proprietary property and value extensions to CSS. The CSS
-   Working Group recommends that experimental implementations of features in
-   CSS Working Drafts also use vendor-prefixed property or value names. This
-   avoids any incompatibilities with future changes in the draft. Once a
-   specification reaches the Candidate Recommendation stage, implementors
-   should implement the non-prefixed syntax for any feature they consider to
-   be correctly implemented according to spec.
+   syntax</a> for proprietary and experimental extensions to CSS. Prior to a
+   specification reaching the Candidate Recommendation stage in the W3C
+   process, all implementations of a CSS feature are considered experimental.
+   The CSS Working Group recommends that implementations use the
+   vendor-prefixed syntax for such features, including those in W3C Working
+   Drafts. This avoids incompatibilities with future changes in the draft.
 
   <h3 id=testing><span class=secno>3.4. </span>Non-Experimental
    Implementations</h3>
 
+  <p>Once a specification reaches the Candidate Recommendation stage,
+   non-experimental implementations are possible, and implementors should
+   release an unprefixed implementation of any CR-level feature they can
+   demonstrate to be correctly implemented according to spec.
+
   <p>To establish and maintain the interoperability of CSS across
    implementations, the CSS Working Group requests that non-experimental CSS
    renderers submit an implementation report (and, if necessary, the
    testcases used for that implementation report) to the W3C before releasing
-   an unprefixed implementation of any CSS features. CSS2.1 implementations
-   are encouraged, but not required, to submit such a report.
+   an unprefixed implementation of any CSS features. Testcases submitted to
+   W3C are subject to review and correction by the CSS Working Group.
 
   <p>Further information on submitting testcases and implementation reports
    can be found from on the CSS Working Group's website at <a
    href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>.
-   
+   Questions should be directed to the <a
+   href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
+   mailing list.
 
-  <h2 id=properties><span class=secno>4. </span>Property Index</h2>
+  <p>CSS2.1 implementations are encouraged, but not required, to submit an
+   implementation report.
+
+  <h2 id=indices><span class=secno>4. </span>Indices</h2>
 
   <p><em>This section is non-normative.</em>
 
+  <h3 id=properties><span class=secno>4.1. </span>Property Index</h3>
+
   <table class=proptable>
    <thead>
     <tr>
@@ -2350,9 +2366,7 @@
      <td><a href="media.html#visual-media-group">visual</a>
   </table>
 
-  <h2 id=selectors><span class=secno>5. </span>Selector Index</h2>
-
-  <p><em>This section is non-normative.</em>
+  <h3 id=selectors><span class=secno>4.2. </span>Selector Index</h3>
 
   <table class=data>
    <thead>
@@ -2788,21 +2802,19 @@
      <td>3
   </table>
 
-  <h2 id=at-rules><span class=secno>6. </span>At-Rule Index</h2>
-
-  <p><em>This section is non-normative.</em>
+  <h3 id=at-rules><span class=secno>4.3. </span>At-Rule Index</h3>
 
   <ul>
    <li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
     
 
    <li><a
-    href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with
-    the media list replaced by a <a
+    href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a>,
+    with the media list replaced by a <a
     href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
 
    <li><a
-    href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>
+    href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>,
     with the media list replaced by a <a
     href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.src.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.src.html	26 Apr 2011 00:08:29 -0000	1.10
+++ Overview.src.html	2 May 2011 22:58:12 -0000	1.11
@@ -240,32 +240,46 @@
 
 <p>To avoid clashes with future CSS features, the CSS2.1 specification
 reserves a <a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
-syntax</a> for proprietary property and value extensions to CSS. The CSS
-Working Group recommends that experimental implementations of features in
-CSS Working Drafts also use vendor-prefixed property or value names. This
-avoids any incompatibilities with future changes in the draft. Once a
-specification reaches the Candidate Recommendation stage, implementors
-should implement the non-prefixed syntax for any feature they consider to
-be correctly implemented according to spec.</p>
+syntax</a> for proprietary and experimental extensions to CSS. Prior
+to a specification reaching the Candidate Recommendation stage in the
+W3C process, all implementations of a CSS feature are considered
+experimental. The CSS Working Group recommends that implementations
+use the vendor-prefixed syntax for such features, including those in
+W3C Working Drafts. This avoids incompatibilities with future changes
+in the draft.
+</p>
 
 <h3 id="testing">Non-Experimental Implementations</h3>
 
+<p>Once a specification reaches the Candidate Recommendation stage,
+non-experimental implementations are possible, and implementors should
+release an unprefixed implementation of any CR-level feature they
+can demonstrate to be correctly implemented according to spec.
+
 <p>To establish and maintain the interoperability of CSS across
 implementations, the CSS Working Group requests that non-experimental
 CSS renderers submit an implementation report (and, if necessary, the
 testcases used for that implementation report) to the W3C before
-releasing an unprefixed implementation of any CSS features. CSS2.1
-implementations are encouraged, but not required, to submit such a
-report.
+releasing an unprefixed implementation of any CSS features. Testcases
+submitted to W3C are subject to review and correction by the CSS
+Working Group.
 
 <p>Further information on submitting testcases and implementation reports
 can be found from on the CSS Working Group's website at
 <a href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>.
+Questions should be directed to the
+<a href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
+mailing list.
 
-<h2 id="properties">Property Index</h2>
+<p>CSS2.1 implementations are encouraged, but not required, to submit
+an implementation report.
+
+<h2 id="indices">Indices</h2>
 
 <p><em>This section is non-normative.</em></p>
 
+<h3 id="properties">Property Index</h3>
+
 <table class="proptable">
   <thead><tr><th>Name<th>Values<th>Initial value<th>Applies to<th>Inherited?<th>Percentages<th>Media</thead>
 
@@ -1279,9 +1293,7 @@
   </tbody>
 </table>
 
-<h2 id="selectors">Selector Index</h2>
-
-<p><em>This section is non-normative.</em></p>
+<h3 id="selectors">Selector Index</h3>
 
 <table class=data>
   <thead>
@@ -1570,13 +1582,11 @@
     <td>3
   </table>
 
-<h2 id="at-rules">At-Rule Index</h2>
-
-<p><em>This section is non-normative.</em></p>
+<h3 id="at-rules">At-Rule Index</h3>
 
 <ul>
   <li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
-  <li><a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
-  <li><a href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+  <li><a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a>, with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+  <li><a href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>, with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
   <li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
 </ul>

Received on Monday, 2 May 2011 22:58:16 UTC