@@ -684,18 +684,26 @@ The following (non-editorial) changes were made to this specification since the
684
684
<a href="https://www.w3.org/TR/2013/CR-css3-conditional-20130404/">4 April 2013 Candidate Recommendation</a> :
685
685
686
686
<ul>
687
- <li> Explicit call to [=CSS/parse=] rather than "matches the grammar"
688
- <li> Drop requirement for spaces around ''and'' , ''or'' , and ''not'' keywords
687
+ <li> Added explicit call to [=CSS/parse=] rather than "matches the grammar"
688
+ <li> Removed duplicate CSSGroupingRule, which is already defined by CSSOM
689
+ <li> Rewrote the supports() text into algorithm form,
690
+ to make it easier to express that you pay attention to
691
+ the syntax of registered custom properties in the supports(prop, val) form.
692
+ <li> Moved the definition of @supports selector to css-conditional-4.
693
+ <li> ''@supports'' ' is no longer at risk.
694
+ <li> Rewrote to use CSS Syntax grammars, not CSS 2.1 grammars
695
+ <li> Dropped requirement for spaces around ''and'' , ''or'' , and ''not'' keywords
689
696
for consistency with <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a>
690
697
(which are themselves constrained by compatibility with the output of some CSS minimizers
691
698
that rely on some of the more arcane aspects of CSS tokenization).
692
699
Note that white space--or a comment--is still required <em> after</em> these keywords,
693
700
since without it they and the ensuing opening parenthesis will be tokenized as a function opening token.
694
- <li> Allow the <code title=''> supports()</code> method
701
+ <li> Allowed the <code title=''> supports()</code> method
695
702
to imply parentheses for simple declarations,
696
703
for consistency with the ''@import'' rule’s ''supports()'' function.
697
704
<li> Fixed missing semicolons in IDL code.
698
705
<li> Updated links, terminology, and example code in response to changes to other modules.
706
+ <li> Spelling and grammatical corrections
699
707
<li> Added section on privacy and security considerations.
700
708
</ul>
701
709
0 commit comments