[css-flexbox][css-align][css-grid] Incompatible spec for align-self computed value when 'auto' #644
Comments
I think the key limitations leading to this were that a) absolutely-positioned boxes need auto to compute to itself whereas all other boxes take the value from the parent's align-items, making the computation depend on |
Hi @fantasai it seems that as part of this change, you forget to update the text on the spec:
|
…ution to compute 'auto' to 'auto' always)
Thanks, @mrego :) Should be fixed now. |
Restore definition of auto which was lost in previous commit. >_<;; w3c/csswg-drafts@fb5f90f 123a433330a Remove paragraph wrt computed values per w3c/csswg-drafts#644 (WG resolution to compute 'auto' to 'auto' always) w3c/csswg-drafts@bccee2e f083b1b5d20
It seems that last month it was agreed than 'auto' values on align-self and justify-self compute to itself from now on, based on #440 .
I have to say that it's surprising that, after some many discussions, we've ended up with this approach. But anyway, this is in conflict with what the current draft of Flexible Box states for the align-self property:
I think we need to match both specs, otherwise the implementation of the CSS Alignment specification is going to be really difficult.
The text was updated successfully, but these errors were encountered: