Skip to content

Commit 559f09d

Browse files
committed
Fix the auto-computation in flex-item-align when the element doesn't have a parent.
--HG-- extra : rebase_source : 7908a822f4d6d6935e06243ac409d21034eb33d7
1 parent 30364ae commit 559f09d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,8 @@ <h3 id='flex-align'>
13041304

13051305
<p>
13061306
A value of <dfn id="flex-item-align-auto">''auto''</dfn> for 'flex-item-align'
1307-
computes to the value of 'flex-align' on the element's parent.
1307+
computes to the value of 'flex-align' on the element's parent,
1308+
or ''stretch'' if the element has no parent.
13081309
The alignments are defined as:
13091310

13101311
<dl>

0 commit comments

Comments
 (0)