@@ -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
725743The following (non-editorial) changes were made to this specification since the
0 commit comments