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>
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=]
You can’t perform that action at this time.
0 commit comments