File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ spec:css2; type: property
2525 text: max-width
2626 text: max-height
2727spec:css-align-3; type:value; text:stretch
28+ spec:css-logical-1; type:property; text:block-size
2829</pre>
2930
3031
@@ -551,10 +552,14 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
551552 :: The corresponding axis has an [=explicit intrinsic inner size=] of the specified <<length>> .
552553
553554 : <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>> .
558563 </dl>
559564
560565 If an element has an [=explicit intrinsic inner size=] in an axis,
You can’t perform that action at this time.
0 commit comments