Re: [csswg-drafts] [css-align] Center alignment can be improved (#4659)

@mrego By default absolute/fixed positioned object always can grow outside the static containing block (from CSS21).

You can become start/end aligned depending if the absolute/fixed positioned object is within an LTR/RTL context. This normalizes the behaviour for "center" with how this currently works.

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

Received on Wednesday, 15 January 2020 18:30:24 UTC