Re: [csswg-drafts] [css-align] Rules for align/justify-self on static position of absolutely-positioned boxes need more detail

(The general form of the tests; toggle `justify-content` and `position` on `html` to see the different cases:
```
<!DOCTYPE html>
<style> 
 html { border: solid gray; width: 10em; margin: 3em; height: 2em; display: flex; justify-content: flex-end; position: relative;}
 body { position: absolute; border: solid orange; }
</style>

a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b c d e a b
```
)

These tests demonstrate complete non-interop in this case between Chrome and Firefox.  All of Chrome's behaviors seems to make no logical sense, and one of the situations (`justify-content: flex-end; position: relative`) doesn't seem to make any sense on Firefox either.

So ¯\_(ツ)_/¯

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

Received on Monday, 26 June 2017 20:05:10 UTC