css3-conditional/Overview.src.html

changeset 6831
9c2d1f0fb0d2
parent 6830
eb9aa921aa39
child 6832
fcea62f19491
     1.1 --- a/css3-conditional/Overview.src.html	Tue Oct 09 14:19:59 2012 -0700
     1.2 +++ b/css3-conditional/Overview.src.html	Tue Oct 09 14:22:00 2012 -0700
     1.3 @@ -27,7 +27,7 @@
     1.4      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
     1.5  
     1.6    <dt>Previous version:
     1.7 -    <dd><a href="http://www.w3.org/TR/2011/WD-css3-conditional-20110901/">http://www.w3.org/TR/2011/WD-css3-conditional-20110901/</a></dd>
     1.8 +    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a></dd>
     1.9  
    1.10    <dt>Editors:
    1.11      <dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
    1.12 @@ -951,6 +951,17 @@
    1.13    </dl>
    1.14  
    1.15  
    1.16 +<h2 class=no-num id="grammar">Grammar</h2>
    1.17 +
    1.18 +<p>In order to allow these new @-rules in CSS style sheets, this
    1.19 +specification modifies the <code>stylesheet</code> production in the <a
    1.20 +href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    1.21 +[[!CSS21]] by replacing the <code>media</code> production defined in
    1.22 +[[!CSS21]] with the <code>media</code> production defined in this one,
    1.23 +and additionally inserting <code>| supports_rule | document_rule</code>
    1.24 +alongside <code>ruleset | media | page</code>.</p>
    1.25 +
    1.26 +
    1.27  <h2 id="conformance">Conformance</h2>
    1.28  
    1.29  <h3 id="base-modules">Base Modules</h3>
    1.30 @@ -1094,15 +1105,19 @@
    1.31    <p>The specification will remain Candidate Recommendation for at least
    1.32    six months.
    1.33  
    1.34 -<h2 class=no-num id="grammar">Grammar</h2>
    1.35 +<h2 id="changes">
    1.36 +Changes</h2>
    1.37  
    1.38 -<p>In order to allow these new @-rules in CSS style sheets, this
    1.39 -specification modifies the <code>stylesheet</code> production in the <a
    1.40 -href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    1.41 -[[!CSS21]] by replacing the <code>media</code> production defined in
    1.42 -[[!CSS21]] with the <code>media</code> production defined in this one,
    1.43 -and additionally inserting <code>| supports_rule | document_rule</code>
    1.44 -alongside <code>ruleset | media | page</code>.</p>
    1.45 +<p>The following (non-editorial) changes were made to this specification since the
    1.46 +<a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">11 September 2012 Working Draft</a>:
    1.47 +
    1.48 +<ul>
    1.49 +  <li>Corrected the grammar as follows:
    1.50 +<pre>
    1.51 +-  : SUPPORTS_SYM S+ supports_condition group_rule_body
    1.52 ++  : SUPPORTS_SYM S* supports_condition group_rule_body
    1.53 +</pre>
    1.54 +</ul>
    1.55  
    1.56  <h2 class=no-num id="acknowledgments">Acknowledgments</h2>
    1.57  

mercurial