Skip to content

Commit 1bb38cb

Browse files
committed
[css-align-3] Fix links
1 parent dc84ea3 commit 1bb38cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align-3/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,10 @@ Baseline Alignment: the ''baseline'' keyword and ''first''/''last'' modifiers</h
652652
then the resulting box and its contents
653653
are [=baseline self-alignment|self-aligned=]
654654
However, if the box also has [=baseline content-alignment=] in the same axis
655-
or if its [=content-distribution property=] in the same axis is ''normal'',
655+
or if its [=content-distribution property=] in the same axis is ''align-content/normal'',
656656
its [=used value|used=] [=content-distribution property=] in that axis
657657
is ''align-content/start'' or ''safe end''
658-
for a [=baseline-alignment preference=] of its [=baseline self-alignment=]
658+
for a [=baseline alignment preference=] of its [=baseline self-alignment=]
659659
of “first” or “last”, respectively.
660660

661661
<p class='issue'>Add example images here.
@@ -882,7 +882,7 @@ Overflow Alignment: the ''safe'' and ''unsafe'' keywords and scroll safety limit
882882
<h2 id='content-distribution'>
883883
Content Distribution: Aligning a Box’s Contents Within Itself</h2>
884884

885-
<dfn export id="content-distribute">Content-distribution</dfn> controls alignment of the box's content within its content box.
885+
<dfn export id="content-distribute">Content distribution</dfn> controls alignment of the box's content within its content box.
886886
It is specified by the <dfn export>content-distribution properties</dfn> 'align-content' and 'justify-content'
887887
(and their 'place-content' shorthand).
888888

@@ -2453,7 +2453,7 @@ Changes</h2>
24532453
(<a href="https://github.com/w3c/csswg-drafts/issues/3611">Issue 3611</a>)
24542454
<li>Clarify that a box with no [=baseline set=] synthesizes its [=alignment baseline=] as needed.
24552455
(<a href="https://github.com/w3c/csswg-drafts/issues/3611">Issue 3611</a>)
2456-
<li>Clarified that only non-replaced boxes are affected by [=content-alignment=].
2456+
<li>Clarified that only non-replaced boxes are affected by [=content distribution=].
24572457
(<a href="https://github.com/w3c/csswg-drafts/issues/4545">Issue 4545</a>)
24582458
<li>Clarified when a box has a [=coordinated self-alignment preference=]
24592459
that enables [=baseline content-alignment=],

0 commit comments

Comments
 (0)