Skip to content

Commit 4ebe8c7

Browse files
committed
[css-align] typo
1 parent 4ad330b commit 4ebe8c7

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

css-align/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Previous Version: http://www.w3.org/TR/2013/WD-css3-align-20130514/
1313
Previous Version: http://www.w3.org/TR/2012/WD-css3-align-20120612/
1414
Abstract: This module contains the features of <a href="http://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS3TEXT]] and [[CSS3LINE]].)
1515
!Issue Tracking: <a href="http://www.w3.org/Style/CSS/Tracker/products/39">http://www.w3.org/Style/CSS/Tracker/products/39</a>
16-
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font
17-
Ignored Terms: orthogonal, block container, table cell
16+
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font, css21 (property) max-width/max-height
17+
Ignored Terms: orthogonal, block container, table cell, main-axis
1818
At Risk: ''last-baseline''
1919
</pre>
2020

@@ -351,7 +351,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
351351

352352

353353
<h3 id='distribution-values'>
354-
Distributed Alignment: the ''center'', ''space-between'', ''space-around'', and ''space-evenly'' keywords</h3>
354+
Distributed Alignment: the ''stretch'', ''space-between'', ''space-around'', and ''space-evenly'' keywords</h3>
355355

356356
The distribution values are used by 'justify-content' and 'align-content'
357357
to distribute the items in the <a>alignment subject</a>
@@ -396,10 +396,10 @@ Distributed Alignment: the ''center'', ''space-between'', ''space-around'', and
396396
<dt><dfn>stretch</dfn>
397397
<dd>
398398
If the combined size of the items is less than the size of the <a>alignment container</a>,
399-
any ''width/auto''-sized items have their size increased equally so that the combined size exactly fills the <a>alignment container</a>.
400-
Otherwise,
401-
or if there are no ''width/auto''-sized items,
402-
this value is identical to ''flex-start''.
399+
any ''width/auto''-sized items have their size increased equally so that the combined size exactly fills the <a>alignment container</a>,
400+
and then clamped by their 'max-width'/'max-height' constraints.
401+
402+
The items are then aligned as per ''flex-start''.
403403
<span class='note'>(For layout modes other than flex layout, ''flex-start'' is identical to ''start''.)</span>
404404
</dl>
405405

0 commit comments

Comments
 (0)