Skip to content

Commit 5414048

Browse files
committed
[css-contain-3][editorial] Cleanup language for previous commits
1 parent f17ec7a commit 5414048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-contain-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,18 +876,18 @@ Style Container Features</h3>
876876
the [=computed value=] of the given property on the [=query container=]
877877
matches the given value
878878
(which is also [=computed value|computed=] with respect to the [=query container=]),
879-
unknown if the property or its value is unsupported,
879+
unknown if the property or its value is invalid or unsupported,
880880
and false otherwise.
881881
The boolean syntax and logic combining [=style features=] into a <<style-query>>
882882
is the same as for [=CSS feature queries=].
883883
(See ''@supports''. [[!CSS-CONDITIONAL-3]])
884884

885885
[=Style features=] that query a [=shorthand property=] are true if the
886-
[=computed values=] match for each expanded [=longhand property=],
886+
[=computed values=] match for each of its [=longhand properties=],
887887
and false otherwise.
888888

889889
[=Cascade-dependent keywords=], such as ''revert'' and ''revert-layer'',
890-
are not allowed as values in a [=style feature=], and cause the
890+
are invalid as values in a [=style feature=], and cause the
891891
[=container style query=] to be false.
892892

893893
Note: The remaining non-cascade-dependent [=CSS-wide keywords=]

0 commit comments

Comments
 (0)