Skip to content

Commit 1d14fd3

Browse files
committed
[css-contain-3] Remove remaining deferred state query syntax #6402
1 parent 00e2f69 commit 1d14fd3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css-contain-3/Overview.bs

+2-5
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ Creating Query Containers: the 'container-type' property</h3>
383383

384384
<pre class='propdef'>
385385
Name: container-type
386-
Value: none | style || state || [ size | inline-size | block-size ]
386+
Value: none | style || [ size | inline-size | block-size ]
387387
Initial: none
388388
Inherited: no
389389
Applies to: all elements
390-
Computed value: the keyword ''container-type/none'' or one or more of ''container-type/size'', ''container-type/inline-size'', ''container-type/block-size'', ''container-type/style'', ''container-type/state''
390+
Computed value: the keyword ''container-type/none'' or one or more of ''container-type/size'', ''container-type/inline-size'', ''container-type/block-size'', ''container-type/style''
391391
Animation type: not animatable
392392
</pre>
393393

@@ -422,9 +422,6 @@ Creating Query Containers: the 'container-type' property</h3>
422422
<dt><dfn>style</dfn>
423423
<dd>
424424
Establishes a [=query container=] for [=container style queries=].
425-
<dt><dfn>state</dfn>
426-
<dd>
427-
Establishes a [=query container=] for [=state queries=].
428425
</dl>
429426

430427
<div class=example>

0 commit comments

Comments
 (0)