File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -876,18 +876,18 @@ Style Container Features</h3>
876
876
the [=computed value=] of the given property on the [=query container=]
877
877
matches the given value
878
878
(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,
880
880
and false otherwise.
881
881
The boolean syntax and logic combining [=style features=] into a <<style-query>>
882
882
is the same as for [=CSS feature queries=] .
883
883
(See ''@supports'' . [[!CSS-CONDITIONAL-3]] )
884
884
885
885
[=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 =] ,
887
887
and false otherwise.
888
888
889
889
[=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
891
891
[=container style query=] to be false.
892
892
893
893
Note: The remaining non-cascade-dependent [=CSS-wide keywords=]
You can’t perform that action at this time.
0 commit comments