Conversation
|
What does it add? I only see removing "space-between", "space-around", and "space-evenly" from "align-items". What does the "justify-items" change fix? |
|
It removes left, center, and right - the strings are references to other array indexes. |
|
Er, I'm wrong. I still don't understand what exactly it changes. |
|
I think I got it now? For it used to accept "left legacy", "center legacy", "right legacy", "legacy left", "legacy center", or "legacy right" before or after "center", "start", "end", "self-start", "self-end", "flex-start", "flex-end", "left", or "right". Instead of the former set it now only accepts "true" or "safe". I still don't understand why though. |
|
Why change |
|
align-items doesn't accept the 3 keywords I deleted. |
|
Okay, but what about |
|
justify-items accepts any one of the auxiliary verifiers 125, 129 and 130. 125 is auto, stretch or baseline-position.
The new code has 130 = combinations of 122 and 126. 122 is overflow-position, 126 is item-position. |
|
Alright, so. We finally got me to understand this:
|
A few minor fixes to the CSS changes. Removes some keywords that shouldn't be allowed, adds some that should. Can wait.