Skip to content

Commit e313fa6

Browse files
committed
[css-conditional-3] Changes, from GitHub history
1 parent 3192143 commit e313fa6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

css-conditional-3/Overview.bs

+11-3
Original file line numberDiff line numberDiff line change
@@ -684,18 +684,26 @@ The following (non-editorial) changes were made to this specification since the
684684
<a href="https://www.w3.org/TR/2013/CR-css3-conditional-20130404/">4 April 2013 Candidate Recommendation</a>:
685685

686686
<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
689696
for consistency with <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a>
690697
(which are themselves constrained by compatibility with the output of some CSS minimizers
691698
that rely on some of the more arcane aspects of CSS tokenization).
692699
Note that white space--or a comment--is still required <em>after</em> these keywords,
693700
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
695702
to imply parentheses for simple declarations,
696703
for consistency with the ''@import'' rule’s ''supports()'' function.
697704
<li>Fixed missing semicolons in IDL code.
698705
<li>Updated links, terminology, and example code in response to changes to other modules.
706+
<li>Spelling and grammatical corrections
699707
<li>Added section on privacy and security considerations.
700708
</ul>
701709

0 commit comments

Comments
 (0)