@@ -388,7 +388,7 @@ Creating Query Containers: the 'container-type' property</h3>
388
388
389
389
<pre class='propdef'>
390
390
Name : container-type
391
- Value : normal || [ size | inline-size ]
391
+ Value : normal | size | inline-size
392
392
Initial : normal
393
393
Inherited : no
394
394
Applies to : all elements
@@ -1058,6 +1058,15 @@ Privacy and Security Considerations {#priv-sec}
1058
1058
1059
1059
This appendix is <em> informative</em> .
1060
1060
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
+
1061
1070
<h3 id="changes-2021-12">
1062
1071
Changes since the 21 December 2021 First Public Working Draft</h3>
1063
1072
@@ -1072,8 +1081,11 @@ Changes since the 21 December 2021 First Public Working Draft</h3>
1072
1081
* [=Cascade-dependent keywords=] are not allowed as values in a
1073
1082
[=style feature=] , and cause the [=container style query=] to be false.
1074
1083
(<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> )
1077
1089
* Remove the block-size value from 'container-type' ,
1078
1090
since single-axis block-size containment is not currently possible.
1079
1091
(<a href="https://github.com/w3c/csswg-drafts/issues/1031">Issue 1031</a> )
0 commit comments