Skip to content

Commit b92a8af

Browse files
committed
[css-sizing-4] Allow re-ordering of values in contain-intrinsic-size. (Lea Verou principle: if syntax is otherwise unambiguous, reordering should be allowed.)
1 parent 664244e commit b92a8af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
506506

507507
<pre class=propdef>
508508
Name: contain-intrinsic-width, contain-intrinsic-height, contain-intrinsic-block-size, contain-intrinsic-inline-size
509-
Value: none | <<length>> | auto <<length>>
509+
Value: none | <<length>> | auto && <<length>>
510510
Initial: none
511511
Inherited: no
512512
Applies to: elements with [=size containment=]
@@ -537,7 +537,7 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
537537
: <dfn><<length>></dfn>
538538
:: The corresponding axis has an [=explicit intrinsic inner size=] of the specified <<length>>.
539539

540-
: <dfn>auto <<length>></dfn>
540+
: <dfn>auto && <<length>></dfn>
541541
:: The corresponding axis has an [=explicit intrinsic inner size=]
542542
of its [=last remembered size=].
543543
If a [=last remembered size=] does not yet exist,
@@ -569,7 +569,7 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
569569

570570
<pre class="propdef shorthand">
571571
Name: contain-intrinsic-size
572-
Value: [ none | <<length>> | auto <<length>> ]{1,2}
572+
Value: [ none | <<length>> | auto && <<length>> ]{1,2}
573573
</pre>
574574

575575
'contain-intrinsic-size' is a shorthand property

0 commit comments

Comments
 (0)