- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Mar 2017 17:33:17 +0000
- To: public-css-archive@w3.org
Yeah, but then why is it on the right? In English it's always to the left... I guess another important point would be that these operate in the vertical axis as well. :) Like, start=top for align-self in Grid or in a horizontal flexbox, but start=left for justify-self in the same situations. For self-start vs start, maybe show the letters A, 文, א, and α in each box, and then using the align-self model in flex, show that they all align to the left for start, but the Hebrew letter aligns right for self-start? If we make it a wrap-reverse flexbox (with 5, 6, 7 as the next few boxes to show the ordering) then we can also demonstrate flex-start vs start by wrapping the last few items to a new line, but maybe that's a bit much... it'll need a caption for sure, but then that might be appropriate for the specificness of flex-*. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/1066#issuecomment-283722356 using your GitHub account
Received on Thursday, 2 March 2017 17:33:24 UTC