Skip to content

Commit a41653f

Browse files
committed
[css-position-3] Fix indentation.
1 parent abaa58e commit a41653f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

css-position-3/Overview.bs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -382,27 +382,27 @@ Containing Blocks of Positioned Boxes</h3>
382382
<h4 id="original-cb">
383383
Further Shrinking the Containing Block</h4>
384384

385-
Some features can additionally change the [=containing block=]
386-
of [=absolutely positioned=] boxes.
387-
These are applied in the following order,
388-
with earlier steps modifying the containing block
389-
that later steps see:
390-
391-
1. If the [=containing block=] is generated by a [=grid container=],
392-
the [=grid-placement properties=]
393-
on the positioned element
394-
change the [=containing block=]
395-
to the corresponding [=grid area=]
396-
of that [=grid container=].
397-
See [[css-grid-1#abspos-items]].
398-
399-
2. If 'inset-area' has an effect on the positioned element,
400-
the [=containing block=] is the specified area of the [=inset-area grid=].
401-
See [[css-anchor-position-1#inset-area]].
402-
403-
The element's <dfn export>original containing block</dfn>
404-
is its [=containing block=]
405-
before applying any of these effects.
385+
Some features can additionally change the [=containing block=]
386+
of [=absolutely positioned=] boxes.
387+
These are applied in the following order,
388+
with earlier steps modifying the containing block
389+
that later steps see:
390+
391+
1. If the [=containing block=] is generated by a [=grid container=],
392+
the [=grid-placement properties=]
393+
on the positioned element
394+
change the [=containing block=]
395+
to the corresponding [=grid area=]
396+
of that [=grid container=].
397+
See [[css-grid-1#abspos-items]].
398+
399+
2. If 'inset-area' has an effect on the positioned element,
400+
the [=containing block=] is the specified area of the [=inset-area grid=].
401+
See [[css-anchor-position-1#inset-area]].
402+
403+
The element's <dfn export>original containing block</dfn>
404+
is its [=containing block=]
405+
before applying any of these effects.
406406

407407
<h3 id="stacking">
408408
Painting Order and Stacking Contexts</h3>

0 commit comments

Comments
 (0)