Re: [csswg-drafts] [css-align] should justify/align-self on abspos elements apply when offsets are 'auto'?

Added another parenthetical to address the clarification issue...

Wrt treating a single `auto` as `0`, we decided against it because it would be inconsistent with how auto margins behave, and also would break current behavior in at least some cases. For example, `left: auto; width: 100px; right: 0;` should right-align the abspos, but if we let justify-self apply it would get left-aligned (as the fallback for `stretch`).  We could potentially make `normal` magical here, and let non-`normal` values apply by treating the lone `auto` as `0`, but we try to have `normal` be as close to another equivalent value as possible.

More discussion of double-`auto` in #1432.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1429#issuecomment-311168546 using your GitHub account

Received on Monday, 26 June 2017 20:12:32 UTC