Skip to content

Commit 5cbe06b

Browse files
committed
[css-flexbox] More link fixing.
1 parent 96b3664 commit 5cbe06b

2 files changed

Lines changed: 9 additions & 7 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 <a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
1749+
<i>Flex items</i> also respect the alignment properties from <a href="http://www.w3.org/TR/css3-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 <a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
1756+
While the alignment properties are defined in <a href="http://www.w3.org/TR/css3-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 <a href="http://www.w3.org/TR/css-align-3/">CSS Box Alignment Level 3</a> is finished
1760+
until <a href="http://www.w3.org/TR/css3-align/">CSS Box Alignment Level 3</a> is finished
17611761
and defines their effect for other layout modes.
17621762

17631763
<!--

css-flexbox/Overview.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ <h2 class="no-num no-toc no-ref heading settled" id=status><span class=content>S
281281
Claim(s)</a> must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section
282282
6 of the W3C Patent Policy</a>.</p>
283283

284+
<p>This document is governed by the <a id="w3c_process_revision" href="http://www.w3.org/2005/10/Process-20051014/">14 October 2005 W3C Process Document</a>. </p>
285+
284286
<p>This specification is a <strong>Last Call Working Draft</strong>. All
285287
persons are encouraged to review this document and <strong>send comments
286288
to the <a href=http://lists.w3.org/Archives/Public/www-style/>www-style</a>
@@ -800,7 +802,7 @@ <h3 class="heading settled" data-level=4.1 id=abspos-items><span class=secno>4.1
800802
</div>
801803

802804
<div class=note>
803-
The <dfn data-dfn-type=dfn data-noexport="" id=static-position-rectangle>static-position rectangle<a class=self-link href=#static-position-rectangle></a></dfn> is the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-align-3/#alignment-container title="alignment container">alignment container</a>
805+
The <dfn data-dfn-type=dfn data-noexport="" id=static-position-rectangle>static-position rectangle<a class=self-link href=#static-position-rectangle></a></dfn> is the <a data-link-type=dfn href=http://www.w3.org/TR/css3-align/#alignment-container title="alignment container">alignment container</a>
804806
used to determine the static-position offsets of an absolutely-positioned box.
805807
In block layout it corresponds to the position of the “hypothetical box”
806808
described in <a href=http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width>CSS2.1§10.3.7</a>.
@@ -1726,18 +1728,18 @@ <h2 class="heading settled" data-level=8 id=alignment><span class=secno>8 </span
17261728
<p>
17271729
The <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/box.html#propdef-margin title=margin>margin</a> properties can be used to align items in a manner similar to, but more powerful than, what margins can do in block layout.
17281730
<a data-link-type=dfn href=#flex-item title="Flex items">Flex items</a> also respect the alignment properties from
1729-
<a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
1731+
<a href="http://www.w3.org/TR/css3-align/">CSS Box Alignment</a>,
17301732
which allow easy keyword-based alignment of items in both the <a data-link-type=dfn href=#main-axis title="main axis">main axis</a> and <a data-link-type=dfn href=#cross-axis title="cross axis">cross axis</a>.
17311733
These properties make many common types of alignment trivial,
17321734
including some things that were very difficult in CSS 2.1,
17331735
like horizontal and vertical centering.
17341736

17351737
<p class=note>
1736-
While the alignment properties are defined in <a href="http://www.w3.org/TR/css-align/">CSS Box Alignment</a>,
1738+
While the alignment properties are defined in <a href="http://www.w3.org/TR/css3-align/">CSS Box Alignment</a>,
17371739
Flexible Box Layout reproduces the definitions of the relevant ones here
17381740
so as to not create a normative dependency that may slow down advancement of the spec.
17391741
These properties apply only to flex layout
1740-
until <a href="http://www.w3.org/TR/css-align-3/">CSS Box Alignment Level 3</a> is finished
1742+
until <a href="http://www.w3.org/TR/css3-align/">CSS Box Alignment Level 3</a> is finished
17411743
and defines their effect for other layout modes.
17421744

17431745

0 commit comments

Comments
 (0)