File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -882,6 +882,10 @@ Style Container Features</h3>
882882 is the same as for [=CSS feature queries=] .
883883 (See ''@supports'' . [[!CSS-CONDITIONAL-3]] )
884884
885+ [=Style features=] that query a [=shorthand property=] are true if the
886+ [=computed values=] match for each expanded [=longhand property=] ,
887+ and false otherwise.
888+
885889 [=Cascade-dependent keywords=] , such as ''revert'' and ''revert-layer'' ,
886890 are not allowed as values in a [=style feature=] , and cause the
887891 [=container style query=] to be false.
@@ -1022,6 +1026,8 @@ Changes since the 21 December 2021 First Public Working Draft</h3>
10221026
10231027 Significant changes since the <a href="https://www.w3.org/TR/2021/WD-css-contain-3-20211221/">21 December 2021 First Public Working Draft</a> include:
10241028
1029+ * Clarify handling of [=shorthand properties=] in [=container style queries=] .
1030+ (<a href="https://github.com/w3c/csswg-drafts/issues/7095">Issue 7095</a> )
10251031 * [=Cascade-dependent keywords=] are not allowed as values in a
10261032 [=style feature=] , and cause the [=container style query=] to be false.
10271033 (<a href="https://github.com/w3c/csswg-drafts/issues/7080">Issue 7080</a> )
You can’t perform that action at this time.
0 commit comments