We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d1236 commit a791d0dCopy full SHA for a791d0d
1 file changed
css-align/Overview.bs
@@ -484,11 +484,10 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
484
for 'align-content', the <a>alignment subjects</a> are the <a>flex lines</a>.
485
486
The 'align-content' property applies along the <a>cross axis</a>.
487
+
488
The 'justify-content' property applies along the <a>main axis</a>,
489
but since flexing in the <a>main axis</a> is controlled by 'flex',
- ''<content-distribution>/stretch'' behaves as ''flex-start''.
490
-
491
- Issue: https://lists.w3.org/Archives/Public/www-style/2015Apr/0247.html
+ ''<content-distribution>/stretch'' computes to ''flex-start''.
492
493
See [[!CSS3-FLEXBOX]] for details.
494
0 commit comments