Skip to content

Commit

Permalink
[css-contain-3] Remove remaining deferred state query syntax #6402
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Feb 16, 2022
1 parent 00e2f69 commit 1d14fd3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions css-contain-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ Creating Query Containers: the 'container-type' property</h3>

<pre class='propdef'>
Name: container-type
Value: none | style || state || [ size | inline-size | block-size ]
Value: none | style || [ size | inline-size | block-size ]
Initial: none
Inherited: no
Applies to: all elements
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''
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''
Animation type: not animatable
</pre>

Expand Down Expand Up @@ -422,9 +422,6 @@ Creating Query Containers: the 'container-type' property</h3>
<dt><dfn>style</dfn>
<dd>
Establishes a [=query container=] for [=container style queries=].
<dt><dfn>state</dfn>
<dd>
Establishes a [=query container=] for [=state queries=].
</dl>

<div class=example>
Expand Down

0 comments on commit 1d14fd3

Please sign in to comment.