Skip to content

Commit b352543

Browse files
committed
[css-position-3] Fix fatal link errors. Add 'Note:'.
1 parent 636f195 commit b352543

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-position-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Containing Blocks of Positioned Boxes</h3>
299299
The [=containing block=] is established by
300300
the [=viewport=] in the case of [=continuous media=],
301301
or the [=page area=] in the case of [=paged media=].
302-
See [[#fixed-pos]].
302+
See [[#fixpos-insets]].
303303

304304
<dt id="absolute-cb">If the box has ''position: absolute'':
305305
<dd>
@@ -601,7 +601,7 @@ Sticky positioning</h3>
601601
and the corresponding [=border edge=] of the box would be outside
602602
the corresponding edge of the [=sticky viewport rectangle=],
603603
then the box must be visually shifted
604-
([[#relpos|as for relative positioning]])
604+
([[#relpos-insets|as for relative positioning]])
605605
to be inward of that [=sticky viewport rectangle=] edge,
606606
insofar as it can while its [=position box=]
607607
remains contained within its [=containing block=].
@@ -671,7 +671,7 @@ Absolute Positioning</h3>
671671
that is the <dfn>weaker inset</dfn>;
672672
otherwise the [=weaker inset=] is the end-edge inset.
673673

674-
Sizing and positioning of the [=absolutely positioned box=]
674+
Note: Sizing and positioning of the [=absolutely positioned box=]
675675
into this <dfn>inset-modified containing block</dfn>
676676
is as described in [[#abspos-layout]].
677677

0 commit comments

Comments
 (0)