Skip to content

Commit e7f7916

Browse files
committed
[css-flexbox] Fix links.
1 parent 8056df8 commit e7f7916

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,18 +1746,18 @@ Alignment</h2>
17461746

17471747
<p>
17481748
The 'margin' properties can be used to align items in a manner similar to, but more powerful than, what margins can do in block layout.
1749-
<i>Flex items</i> also respect the alignment properties from the Box Alignment spec,
1749+
<i>Flex items</i> also respect the alignment properties from <a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
17501750
which allow easy keyword-based alignment of items in both the <i>main axis</i> and <i>cross axis</i>.
17511751
These properties make many common types of alignment trivial,
17521752
including some things that were very difficult in CSS 2.1,
17531753
like horizontal and vertical centering.
17541754

17551755
<p class='note'>
1756-
While the alignment properties are defined in the Box Alignment spec,
1756+
While the alignment properties are defined in <a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
17571757
Flexible Box Layout reproduces the definitions of the relevant ones here
17581758
so as to not create a normative dependency that may slow down advancement of the spec.
17591759
These properties apply only to flex layout
1760-
until Box Alignment is finished
1760+
until <a href="http://www.w3.org/TR/css-align-3/">CSS Box Alignment Level 3</a> is finished
17611761
and defines their effect for other layout modes.
17621762

17631763
<!--

0 commit comments

Comments
 (0)