[csswg-drafts] [css-position-3][css-align-3] Interaction of double-auto margins and alignment and getComputedStyle(). (#11797)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-position-3][css-align-3] Interaction of double-auto margins and alignment and getComputedStyle(). ==
In absolute positioning, if there are auto margins they can soak up even negative space... except in the inline axis, double-auto margins (and only double-auto margins) can only soak up positive space. If there's negative space, the box is start-aligned.

The question here is: what should happen to the negative space?

The current space says the end-side margin gets the negative space, which is consistent with CSS2.1. But with the introduction of the alignment properties, would it make sense to give that space to the alignment properties to distribute?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11797 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 27 February 2025 19:33:04 UTC