- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jun 2017 20:05:04 +0000
- To: public-css-archive@w3.org
(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