Skip to content

Commit 8c8d117

Browse files
committed
[css-contain-3] Clarify serialization order of contain values (#8600)
1 parent 4eaa7c2 commit 8c8d117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-contain-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Strong Containment: the 'contain' property</h2>
8080

8181
<pre class='propdef partial'>
8282
Name: contain
83-
New Values: layout || style || paint || [ size | inline-size ]
83+
Value: none | strict | content | [ [size | inline-size] || layout || style || paint ]
8484
</pre>
8585

8686
<dl dfn-type=value dfn-for=contain>
@@ -1116,6 +1116,8 @@ Changes since the 18 August 2022 Working Draft</h3>
11161116

11171117
Significant changes since the <a href="https://www.w3.org/TR/2022/WD-css-contain-3-20220818/">18 August 2022 Working Draft</a> include:
11181118

1119+
* List all values of 'contain' in order to clarify serialization order
1120+
(<a href="https://github.com/w3c/csswg-drafts/issues/8600">Issue 8600</a>)
11191121
* Add the {{CSSContainerRule/containerName}} and
11201122
{{CSSContainerRule/containerQuery}} attributes.
11211123
(<a href="https://github.com/w3c/csswg-drafts/issues/7033">Issue 7033</a>)

0 commit comments

Comments
 (0)