Skip to content

Commit b5b3bbf

Browse files
committed
[css-align] Flexbox align-content:stretch acts like *flex-start*, not start.
1 parent 1dd7f90 commit b5b3bbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
518518

519519
The 'align-content' property applies along the <a>cross axis</a>.
520520
The 'justify-content' property applies along the <a>main axis</a>,
521-
but ''stretch'' behaves as ''start''.
521+
but ''stretch'' behaves as ''flex-start''.
522522

523523
See [[!CSS3-FLEXBOX]] for details.
524524

css-align/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ <h2 class="heading settled" data-level=4 id=content-distribution><span class=sec
648648

649649
<p>The <a class=property data-link-type=propdesc href=#propdef-align-content title=align-content>align-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-flexbox-1/#cross-axis title="cross axis">cross axis</a>.
650650
The <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-flexbox-1/#main-axis title="main axis">main axis</a>,
651-
but <a class=css data-link-type=maybe href=#valdef-content-distribution-stretch title=stretch>stretch</a> behaves as <a class=css data-link-type=maybe href=#valdef-item-position-content-position-start title=start>start</a>.</p>
651+
but <a class=css data-link-type=maybe href=#valdef-content-distribution-stretch title=stretch>stretch</a> behaves as <a class=css data-link-type=maybe href=#valdef-item-position-content-position-flex-start title=flex-start>flex-start</a>.</p>
652652

653653
<p>See <a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-flexbox title=biblio-CSS3-FLEXBOX>[CSS3-FLEXBOX]</a> for details.</p>
654654

@@ -996,7 +996,7 @@ <h2 class="heading settled" data-level=7 id=baseline-rules><span class=secno>7 <
996996
nominally associated with the first (last) line of text within the box.
997997
The <a data-link-type=dfn href=#alignment-baseline title="alignment baseline">alignment baseline</a> is one of these,
998998
usually the dominant baseline of the <a data-link-type=dfn href=#alignment-container title="alignment container">alignment container</a>.
999-
(See <a class=property data-link-type=propdesc href=http://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty title=alignment-baseline>alignment-baseline</a>.)
999+
(See <a class=property data-link-type=propdesc href=https://svgwg.org/svg2-draft/text.html#AlignmentBaselineProperty title=alignment-baseline>alignment-baseline</a>.)
10001000
Note that boxes might not have baselines in a particular axis.</p>
10011001

10021002
<p>The first and last <a data-link-type=dfn href=#baselines-of-a-box title="baselines of a box">baselines of a box</a>

0 commit comments

Comments
 (0)