[css3-conditional] Update Changes section with changes since previous WD.

Wed, 13 Mar 2013 15:24:29 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 13 Mar 2013 15:24:29 -0700
changeset 7734
19616016e597
parent 7733
ef41ff04d9a8
child 7735
46013b1cb3ef

[css3-conditional] Update Changes section with changes since previous WD.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Wed Mar 13 15:18:26 2013 -0700
     1.2 +++ b/css3-conditional/Overview.html	Wed Mar 13 15:24:29 2013 -0700
     1.3 @@ -1517,34 +1517,24 @@
     1.4  
     1.5    <p>The following (non-editorial) changes were made to this specification
     1.6     since the <a
     1.7 -   href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">11
     1.8 -   September 2012 Working Draft</a>:
     1.9 +   href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">13 December
    1.10 +   2012 Working Draft</a>:
    1.11  
    1.12    <ul>
    1.13 -   <li>Removed ‘<code class=css>@document</code>’ rule; it has been
    1.14 -    deferred to Level 4.
    1.15 +   <li>Require whitespace around ‘<code class=css>and</code>’ and ‘<a
    1.16 +    href="#or"><code class=css>or</code></a>’ and after ‘<code
    1.17 +    class=css>not</code>’.
    1.18  
    1.19 -   <li>Allow functional notation in ‘<code class=css>@supports</code>’
    1.20 -    queries to be valid (to allow for future extensions), but treat such
    1.21 -    notations as always being false.
    1.22 +   <li>Add note explaining that user preferences that effectively disable a
    1.23 +    property (e.g., high-contrast mode disabling colors) do not effect the
    1.24 +    definition of support.
    1.25  
    1.26 -   <li>Corrected the grammar as follows:
    1.27 -    <pre>
    1.28 --  : SUPPORTS_SYM S+ supports_condition group_rule_body
    1.29 -+  : SUPPORTS_SYM S* supports_condition group_rule_body
    1.30 -</pre>
    1.31 +   <li>Describe requirements for conditionText getter on CSSSupportsRule.
    1.32  
    1.33 -    <pre>
    1.34 --  : (URI | FUNCTION) S*
    1.35 -+  : (URI | FUNCTION S* STRING S* ')' ) S*
    1.36 -</pre>
    1.37 +   <li>Clarify the definition of "literal match" in CSS.supports().
    1.38  
    1.39 -   <li>Switched "and", "or", and "not" keywords to use appropriate
    1.40 -    productions rather than literals.
    1.41 -
    1.42 -   <li>Clarified definition of support used for interpreting ‘<code
    1.43 -    class=css>@support</code>’ rules and its relationship to CSS
    1.44 -    forwards-compatible parsing rules.
    1.45 +   <li>Specify behavior of CSSGroupingRule.insertRule when given an empty
    1.46 +    string or more than one syntactically valid rule.
    1.47    </ul>
    1.48  
    1.49    <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
     2.1 --- a/css3-conditional/Overview.src.html	Wed Mar 13 15:18:26 2013 -0700
     2.2 +++ b/css3-conditional/Overview.src.html	Wed Mar 13 15:24:29 2013 -0700
     2.3 @@ -1227,24 +1227,14 @@
     2.4  Changes</h2>
     2.5  
     2.6  <p>The following (non-editorial) changes were made to this specification since the
     2.7 -<a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">11 September 2012 Working Draft</a>:
     2.8 +<a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">13 December 2012 Working Draft</a>:
     2.9  
    2.10  <ul>
    2.11 -  <li>Removed ''@document'' rule; it has been deferred to Level 4.
    2.12 -  <li>Allow functional notation in ''@supports'' queries to be valid (to allow for future extensions),
    2.13 -      but treat such notations as always being false.
    2.14 -  <li>Corrected the grammar as follows:
    2.15 -<pre>
    2.16 --  : SUPPORTS_SYM S+ supports_condition group_rule_body
    2.17 -+  : SUPPORTS_SYM S* supports_condition group_rule_body
    2.18 -</pre>
    2.19 -<pre>
    2.20 --  : (URI | FUNCTION) S*
    2.21 -+  : (URI | FUNCTION S* STRING S* ')' ) S*
    2.22 -</pre>
    2.23 -  <li>Switched "and", "or", and "not" keywords to use appropriate productions rather than literals.
    2.24 -  <li>Clarified definition of support used for interpreting ''@support'' rules
    2.25 -  and its relationship to CSS forwards-compatible parsing rules.
    2.26 +  <li>Require whitespace around ''and'' and ''or'' and after ''not''.
    2.27 +  <li>Add note explaining that user preferences that effectively disable a property (e.g., high-contrast mode disabling colors) do not effect the definition of support.
    2.28 +  <li>Describe requirements for conditionText getter on CSSSupportsRule.
    2.29 +  <li>Clarify the definition of "literal match" in CSS.supports().
    2.30 +  <li>Specify behavior of CSSGroupingRule.insertRule when given an empty string or more than one syntactically valid rule.
    2.31  </ul>
    2.32  
    2.33  <h2 class=no-num id="acknowledgments">Acknowledgments</h2>

mercurial