You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flex spec was updated a while ago to use the following language for
align-items:
> align-items sets the default alignment for all of the flex container’s items,
> including anonymous flex items. align-self allows this default alignment to
> be overridden for individual flex items.
After that, the CSSWG resolved that align-self: auto computes to itself[1][2].
Thus, this test is invalid.
[1]: w3c/csswg-drafts#440 (comment)
[2]: https://lists.w3.org/Archives/Public/www-style/2016Sep/0041.html
0 commit comments