Skip to content

Commit e78629a

Browse files
committed
[css-align] tighten the language around when flex-start/end computes to start/end.
1 parent 65be366 commit e78629a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,14 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
225225
<dd><strong>Only used in flex layout.</strong> [[!CSS3-FLEXBOX]]
226226
Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
227227
corresponding to the <a>flex container</a>’s main-start or cross-start side, as appropriate.
228-
When used in layout modes other than Flexbox,
228+
When used on boxes that are not children of a <a>flex container</a>,
229229
this value computes to ''start''.
230230

231231
<dt><dfn for="<self-position>, <content-position>">flex-end</dfn> <small>(self, content)</small>
232232
<dd><strong>Only used in flex layout.</strong>
233233
Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
234234
corresponding to the <a>flex container</a>’s main-end or cross-end side, as appropriate.
235-
When used in layout modes other than Flexbox,
235+
When used on boxes that are not children of a <a>flex container</a>,
236236
this value computes to ''end''.
237237

238238
<dt><dfn for="<self-position>, <content-position>">left</dfn> <small>(self, content)</small>

0 commit comments

Comments
 (0)