File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ spec:css2; type: property
25
25
text: max-width
26
26
text: max-height
27
27
spec:css-align-3; type:value; text:stretch
28
+ spec:css-logical-1; type:property; text:block-size
28
29
</pre>
29
30
30
31
@@ -551,10 +552,14 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
551
552
:: The corresponding axis has an [=explicit intrinsic inner size=] of the specified <<length>> .
552
553
553
554
: <dfn>auto <<length>></dfn>
554
- :: The corresponding axis has an [=explicit intrinsic inner size=]
555
- of its [=last remembered size=] .
556
- If a [=last remembered size=] does not exist,
557
- instead use the specified <<length>> .
555
+ :: If the element has a [=last remembered size=] ,
556
+ and is currently [=skipping its contents=] ,
557
+ its [=explicit intrinsic inner size=]
558
+ is the [=last remembered size=] .
559
+
560
+ Otherwise,
561
+ its [=explicit intrinsic inner size=]
562
+ is the specified <<length>> .
558
563
</dl>
559
564
560
565
If an element has an [=explicit intrinsic inner size=] in an axis,
You can’t perform that action at this time.
0 commit comments