Skip to content

Commit 0efc1d7

Browse files
committed
[css-position-3] Shift dfn higher in the section
1 parent 2cf6056 commit 0efc1d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-position-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ Absolute (and Fixed) Positioning</h3>
731731
the [=inset properties=] effectively reduce the [=containing block=]
732732
into which it is sized and positioned
733733
by the specified amounts.
734+
The resulting rectangle is called the <dfn>inset-modified containing block</dfn>.
734735

735736
If only one [=inset property=] in a given axis is ''top/auto'',
736737
it is set to zero.
@@ -783,7 +784,7 @@ Absolute (and Fixed) Positioning</h3>
783784
(where [=end=] is interpreted relative to the [=writing mode=] of the [=containing block=]).
784785

785786
Note: Sizing and positioning of the [=absolutely positioned box=]
786-
into this <dfn>inset-modified containing block</dfn>
787+
into this [=inset-modified containing block=]
787788
is as described in [[#abspos-layout]].
788789

789790
If its [=self-alignment property=] in an axis is ''align-self/normal'',

0 commit comments

Comments
 (0)