Skip to content

Commit 964c07f

Browse files
committed
[css-contain-3] Fix typo in container-type syntax (#7669)
1 parent 87a2abd commit 964c07f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

css-contain-3/Overview.bs

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Creating Query Containers: the 'container-type' property</h3>
388388

389389
<pre class='propdef'>
390390
Name: container-type
391-
Value: normal || [ size | inline-size ]
391+
Value: normal | size | inline-size
392392
Initial: normal
393393
Inherited: no
394394
Applies to: all elements
@@ -1058,6 +1058,15 @@ Privacy and Security Considerations {#priv-sec}
10581058

10591059
This appendix is <em>informative</em>.
10601060

1061+
<h3 id="changes-2022-08">
1062+
Changes since the 18 August 2022 Working Draft</h3>
1063+
1064+
Significant changes since the <a href="https://www.w3.org/TR/2022/WD-css-contain-3-20220818/">18 August 2022 Working Draft</a> include:
1065+
1066+
* Correct typo in 'container-type' syntax, to clarify that ''normal'' cannot
1067+
be combined with other values.
1068+
(<a href="https://github.com/w3c/csswg-drafts/issues/7669">Issue 7669</a>)
1069+
10611070
<h3 id="changes-2021-12">
10621071
Changes since the 21 December 2021 First Public Working Draft</h3>
10631072

@@ -1072,8 +1081,11 @@ Changes since the 21 December 2021 First Public Working Draft</h3>
10721081
* [=Cascade-dependent keywords=] are not allowed as values in a
10731082
[=style feature=], and cause the [=container style query=] to be false.
10741083
(<a href="https://github.com/w3c/csswg-drafts/issues/7080">Issue 7080</a>)
1075-
* Change the initial value of 'container-type' to be ''style''.
1076-
(<a href="https://github.com/w3c/csswg-drafts/issues/6393">Issue 6393</a>)
1084+
* Change the initial value of 'container-type' to be ''normal'',
1085+
which establishes elements as containers for [=style features=].
1086+
(<a href="https://github.com/w3c/csswg-drafts/issues/6393">Issue 6393</a>,
1087+
<a href="https://github.com/w3c/csswg-drafts/issues/7066">Issue 7066</a>,
1088+
<a href="https://github.com/w3c/csswg-drafts/issues/7402">Issue 7402</a>)
10771089
* Remove the block-size value from 'container-type',
10781090
since single-axis block-size containment is not currently possible.
10791091
(<a href="https://github.com/w3c/csswg-drafts/issues/1031">Issue 1031</a>)

0 commit comments

Comments
 (0)