Skip to content

Commit f41f71d

Browse files
committed
[css-contain] Undo part of commit b677c01
The resolution in issue #3280 did not include a change in the grammar of the property, so doing that in the commit was a mistake. Reverting that bit, while keeping the (correct) changes in semantics.
1 parent e7ec392 commit f41f71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-contain-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Strong Containment: the 'contain' property</h2>
6161

6262
<pre class='propdef'>
6363
Name: contain
64-
Value: none | [strict | content | [ size || layout || paint ] ] || style
64+
Value: none | strict | content | [ size || layout || style || paint ]
6565
Initial: none
6666
Inherited: no
6767
Applies to: See <a href="#contain-applies">below</a>

0 commit comments

Comments
 (0)