Skip to content

Commit 2e215a0

Browse files
committed
[css-contain-3] Clarify style queries of shorthand values w3c#7095
1 parent bb594b7 commit 2e215a0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-contain-3/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>)

0 commit comments

Comments
 (0)