Skip to content

Commit 52d8363

Browse files
committed
[css-align-3][meta] fix indentation
1 parent 01d343f commit 52d8363

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

css-align-3/Overview.bs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Baseline Alignment: the ''baseline'' keyword and ''first''/''last'' modifiers</h
644644
The [=fallback alignment=] is also used to align the [=baseline-sharing group=]
645645
within its [=alignment container=].
646646

647-
Note: Because they are equivalent, and ''baseline'' is shorter,
647+
Note: Because they are equivalent, and ''baseline'' is shorter,
648648
the CSSOM serializes ''first baseline'' as ''baseline''.
649649
See [[cssom-1#serializing-css-values]].
650650

@@ -959,19 +959,19 @@ The 'justify-content' and 'align-content' Properties</h3>
959959
are ''left/auto'',
960960
set each to its <a>static position</a>,
961961
and if the resulting “shrink-to-fit” <a>inline size</a> conflicts,
962-
re-solve the equation for 'inset-inline-end'.
963-
964-
Note: What this means is that,
965-
instead of always sizing an absolutely-positioned element
966-
within the available space between
967-
its inline-start <a>static position</a>
968-
and its inline-end <a>containing block</a> edge,
969-
the author can choose to instead use the space between
970-
its inline-start <a>containing block</a> edge
971-
and inline-end <a>static position</a>
972-
or between its inline-start and inline-end <a>static positions</a>
973-
by changing the <a>static-position containing block</a>’s
974-
<a>content-distribution properties</a>.
962+
re-solve the equation for 'inset-inline-end'.
963+
964+
Note: What this means is that,
965+
instead of always sizing an absolutely-positioned element
966+
within the available space between
967+
its inline-start <a>static position</a>
968+
and its inline-end <a>containing block</a> edge,
969+
the author can choose to instead use the space between
970+
its inline-start <a>containing block</a> edge
971+
and inline-end <a>static position</a>
972+
or between its inline-start and inline-end <a>static positions</a>
973+
by changing the <a>static-position containing block</a>’s
974+
<a>content-distribution properties</a>.
975975

976976
### Multicol Containers ### {#distribution-multicol}
977977

@@ -1471,7 +1471,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
14711471
The resulting box is start-aligned.
14721472
</table>
14731473

1474-
See [[!CSS-GRID-1]] for details.
1474+
See [[!CSS-GRID-1]] for details.
14751475

14761476
<h3 id='align-self-property'>
14771477
Block/Cross-Axis Alignment: the 'align-self' property</h3>

0 commit comments

Comments
 (0)