Skip to content

Commit 046ce52

Browse files
committed
[css-position-3][editorial] Add more subheadings.
1 parent 17156c6 commit 046ce52

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

css-position-3/Overview.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@ Absolute (and Fixed) Positioning</h3>
694694
into which it is sized and positioned
695695
by the specified amounts.
696696
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>
697702

698703
If only one [=inset property=] in a given axis is ''top/auto'',
699704
it is set to zero.
@@ -703,12 +708,12 @@ Absolute (and Fixed) Positioning</h3>
703708
<dl class=switch>
704709
<dt>for ''align-self/self-start'' alignment or its equivalent
705710
<dd>
706-
Set its start-edge [=inset property=] to the static position,
711+
Set its start-edge [=inset property=] to the [=static position=],
707712
and its end-edge [=inset property=] to zero.
708713

709714
<dt>for ''align-self/self-end'' alignment or its equivalent
710715
<dd>
711-
Set its end-edge [=inset property=] to the static position,
716+
Set its end-edge [=inset property=] to the [=static position=],
712717
and its start-edge [=inset property=] to zero.
713718

714719
<dt>for ''align-self/center'' alignment
@@ -758,7 +763,7 @@ Absolute (and Fixed) Positioning</h3>
758763

759764

760765
<h4 id="staticpos-rect">
761-
Resolving Automatic Insets: the “Static-Position Rectangle”</h4>
766+
Calculating the Static Position and the “Static-Position Rectangle”</h4>
762767

763768
When both [=inset properties=] in a given axis are ''left/auto'',
764769
they are resolved into a <dfn export>static position</dfn>

0 commit comments

Comments
 (0)