Skip to content

Commit 3b96d3b

Browse files
committed
[css-conditional-3][editorial] Improve changes list.
1 parent c769595 commit 3b96d3b

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

css-conditional-3/Overview.bs

+21-3
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,27 @@ The following (non-editorial) changes were made to this specification since the
717717

718718
<ul id="changes-20201208">
719719
<!-- to 6 Oct 2021 -->
720-
<li>Defined feature queries ("supports" queries)</li>
721-
<li>Removed the "unknown" value</li>
722-
<li>Clarified placement rules</li>
720+
<li>Defined the terms [=CSS feature queries=] and [=supports queries=]
721+
to refer to the conditional syntax of `@supports` rules,
722+
to allow better cross-referencing.
723+
<li>Removed the “unknown” value in [=CSS feature queries=]’ boolean logic,
724+
defining unrecognized syntaxes as “false” instead.
725+
(<a href="https://github.com/w3c/csswg-drafts/issues/6175">Issue 6175</a>)
726+
<li>Clarified [[#use|placement]] of [=conditional group rules=].
727+
(<a href="https://github.com/w3c/csswg-drafts/issues/5697">Issue 5697</a>)
728+
<blockquote>
729+
<p>Conditional group rules are allowed <ins>wherever style rules are allowed
730+
(</ins>at the top-level of a style sheet, <del>and inside</del> <ins>as well as within</del>
731+
other conditional group rules<ins>)</ins>.
732+
CSS processors must process such rules as described above.
733+
734+
Any <ins>at-</ins>rules that are not allowed after a style rule
735+
(e.g., @charset , @import , or @namespace rules)
736+
are also not allowed after a conditional group rule<del>.
737+
Therefore, style sheets must not place such rules after a conditional group rule,
738+
and CSS processors must ignore such rules.</del><ins>,
739+
and are therefore invalid when so placed.</ins>
740+
</blockquote>
723741
</ul>
724742

725743
The following (non-editorial) changes were made to this specification since the

0 commit comments

Comments
 (0)