[css3-conditional] Add Changes section.

Tue, 09 Oct 2012 14:22:00 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Tue, 09 Oct 2012 14:22:00 -0700
changeset 6831
9c2d1f0fb0d2
parent 6830
eb9aa921aa39
child 6832
fcea62f19491

[css3-conditional] Add Changes section.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
css3-text/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Tue Oct 09 14:19:59 2012 -0700
     1.2 +++ b/css3-conditional/Overview.html	Tue Oct 09 14:22:00 2012 -0700
     1.3 @@ -50,7 +50,7 @@
     1.4      <dt>Previous version:
     1.5  
     1.6      <dd><a
     1.7 -     href="http://www.w3.org/TR/2011/WD-css3-conditional-20110901/">http://www.w3.org/TR/2011/WD-css3-conditional-20110901/</a>
     1.8 +     href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a>
     1.9  
    1.10      <dt>Editors:
    1.11  
    1.12 @@ -230,6 +230,8 @@
    1.13        function</a>
    1.14      </ul>
    1.15  
    1.16 +   <li class=no-num><a href="#grammar">Grammar</a>
    1.17 +
    1.18     <li><a href="#conformance"><span class=secno>9. </span>Conformance</a>
    1.19      <ul class=toc>
    1.20       <li><a href="#base-modules"><span class=secno>9.1. </span>Base
    1.21 @@ -248,7 +250,7 @@
    1.22        Criteria</a>
    1.23      </ul>
    1.24  
    1.25 -   <li class=no-num><a href="#grammar">Grammar</a>
    1.26 +   <li><a href="#changes"><span class=secno>10. </span> Changes</a>
    1.27  
    1.28     <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
    1.29  
    1.30 @@ -1231,6 +1233,18 @@
    1.31       return true. Otherwise, it must return <code>false</code>.
    1.32    </dl>
    1.33  
    1.34 +  <h2 class=no-num id=grammar>Grammar</h2>
    1.35 +
    1.36 +  <p>In order to allow these new @-rules in CSS style sheets, this
    1.37 +   specification modifies the <code>stylesheet</code> production in the <a
    1.38 +   href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    1.39 +   <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> by replacing
    1.40 +   the <code>media</code> production defined in <a href="#CSS21"
    1.41 +   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> with the <code>media</code>
    1.42 +   production defined in this one, and additionally inserting <code>|
    1.43 +   supports_rule | document_rule</code> alongside <code>ruleset | media |
    1.44 +   page</code>.
    1.45 +
    1.46    <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
    1.47  
    1.48    <h3 id=base-modules><span class=secno>9.1. </span>Base Modules</h3>
    1.49 @@ -1387,17 +1401,20 @@
    1.50    <p>The specification will remain Candidate Recommendation for at least six
    1.51     months.
    1.52  
    1.53 -  <h2 class=no-num id=grammar>Grammar</h2>
    1.54 +  <h2 id=changes><span class=secno>10. </span> Changes</h2>
    1.55  
    1.56 -  <p>In order to allow these new @-rules in CSS style sheets, this
    1.57 -   specification modifies the <code>stylesheet</code> production in the <a
    1.58 -   href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    1.59 -   <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> by replacing
    1.60 -   the <code>media</code> production defined in <a href="#CSS21"
    1.61 -   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> with the <code>media</code>
    1.62 -   production defined in this one, and additionally inserting <code>|
    1.63 -   supports_rule | document_rule</code> alongside <code>ruleset | media |
    1.64 -   page</code>.
    1.65 +  <p>The following (non-editorial) changes were made to this specification
    1.66 +   since the <a
    1.67 +   href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">11
    1.68 +   September 2012 Working Draft</a>:
    1.69 +
    1.70 +  <ul>
    1.71 +   <li>Corrected the grammar as follows:
    1.72 +    <pre>
    1.73 +-  : SUPPORTS_SYM S+ supports_condition group_rule_body
    1.74 ++  : SUPPORTS_SYM S* supports_condition group_rule_body
    1.75 +</pre>
    1.76 +  </ul>
    1.77  
    1.78    <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
    1.79  
     2.1 --- a/css3-conditional/Overview.src.html	Tue Oct 09 14:19:59 2012 -0700
     2.2 +++ b/css3-conditional/Overview.src.html	Tue Oct 09 14:22:00 2012 -0700
     2.3 @@ -27,7 +27,7 @@
     2.4      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
     2.5  
     2.6    <dt>Previous version:
     2.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>
     2.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>
     2.9  
    2.10    <dt>Editors:
    2.11      <dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
    2.12 @@ -951,6 +951,17 @@
    2.13    </dl>
    2.14  
    2.15  
    2.16 +<h2 class=no-num id="grammar">Grammar</h2>
    2.17 +
    2.18 +<p>In order to allow these new @-rules in CSS style sheets, this
    2.19 +specification modifies the <code>stylesheet</code> production in the <a
    2.20 +href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    2.21 +[[!CSS21]] by replacing the <code>media</code> production defined in
    2.22 +[[!CSS21]] with the <code>media</code> production defined in this one,
    2.23 +and additionally inserting <code>| supports_rule | document_rule</code>
    2.24 +alongside <code>ruleset | media | page</code>.</p>
    2.25 +
    2.26 +
    2.27  <h2 id="conformance">Conformance</h2>
    2.28  
    2.29  <h3 id="base-modules">Base Modules</h3>
    2.30 @@ -1094,15 +1105,19 @@
    2.31    <p>The specification will remain Candidate Recommendation for at least
    2.32    six months.
    2.33  
    2.34 -<h2 class=no-num id="grammar">Grammar</h2>
    2.35 +<h2 id="changes">
    2.36 +Changes</h2>
    2.37  
    2.38 -<p>In order to allow these new @-rules in CSS style sheets, this
    2.39 -specification modifies the <code>stylesheet</code> production in the <a
    2.40 -href="http://www.w3.org/TR/CSS21/grammar.html">Appendix G</a> grammar of
    2.41 -[[!CSS21]] by replacing the <code>media</code> production defined in
    2.42 -[[!CSS21]] with the <code>media</code> production defined in this one,
    2.43 -and additionally inserting <code>| supports_rule | document_rule</code>
    2.44 -alongside <code>ruleset | media | page</code>.</p>
    2.45 +<p>The following (non-editorial) changes were made to this specification since the
    2.46 +<a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">11 September 2012 Working Draft</a>:
    2.47 +
    2.48 +<ul>
    2.49 +  <li>Corrected the grammar as follows:
    2.50 +<pre>
    2.51 +-  : SUPPORTS_SYM S+ supports_condition group_rule_body
    2.52 ++  : SUPPORTS_SYM S* supports_condition group_rule_body
    2.53 +</pre>
    2.54 +</ul>
    2.55  
    2.56  <h2 class=no-num id="acknowledgments">Acknowledgments</h2>
    2.57  
     3.1 --- a/css3-text/Overview.src.html	Tue Oct 09 14:19:59 2012 -0700
     3.2 +++ b/css3-text/Overview.src.html	Tue Oct 09 14:22:00 2012 -0700
     3.3 @@ -2325,7 +2325,7 @@
     3.4          does not hang, because it fits without hanging.
     3.5          However, if ''force-end'' is used, it is forced to hang.
     3.6          The justification measures the line without the hanging punctuation.
     3.7 -        Therefore the line is expanded.</p>
     3.8 +        Therefore when the line is expanded, the punctuation is pushed outside the line.</p>
     3.9      </div>
    3.10  
    3.11  <h2 id="decoration">

mercurial