@@ -694,6 +694,11 @@ Absolute (and Fixed) Positioning</h3>
694
694
into which it is sized and positioned
695
695
by the specified amounts.
696
696
The resulting rectangle is called the <dfn export>inset-modified containing block</dfn> .
697
+ (For disambiguation, the actual [=containing block=] of an [=absolutely positioned box=]
698
+ can also be called the <dfn export>absolute-position containing block</dfn> .)
699
+
700
+ <h4 id="resolving-insets">
701
+ Resolvings Insets: the “Inset-Modified Containing Block”</h4>
697
702
698
703
If only one [=inset property=] in a given axis is ''top/auto'' ,
699
704
it is set to zero.
@@ -703,12 +708,12 @@ Absolute (and Fixed) Positioning</h3>
703
708
<dl class=switch>
704
709
<dt> for ''align-self/self-start'' alignment or its equivalent
705
710
<dd>
706
- Set its start-edge [=inset property=] to the static position,
711
+ Set its start-edge [=inset property=] to the [= static position=] ,
707
712
and its end-edge [=inset property=] to zero.
708
713
709
714
<dt> for ''align-self/self-end'' alignment or its equivalent
710
715
<dd>
711
- Set its end-edge [=inset property=] to the static position,
716
+ Set its end-edge [=inset property=] to the [= static position=] ,
712
717
and its start-edge [=inset property=] to zero.
713
718
714
719
<dt> for ''align-self/center'' alignment
@@ -758,7 +763,7 @@ Absolute (and Fixed) Positioning</h3>
758
763
759
764
760
765
<h4 id="staticpos-rect">
761
- Resolving Automatic Insets: the “Static-Position Rectangle”</h4>
766
+ Calculating the Static Position and the “Static-Position Rectangle”</h4>
762
767
763
768
When both [=inset properties=] in a given axis are ''left/auto'' ,
764
769
they are resolved into a <dfn export>static position</dfn>
0 commit comments