- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Jul 2019 18:12:23 +0000
- To: public-css-archive@w3.org
bfgeek has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-flow-3] Static position of inline-level OOF-positioned nodes will need to be defined. == This came up as some fun web-compat which LayoutNG had to deal with. Tab asked me to file this so that folks didn't forget. See this TC. https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=7055 When I last checked this: Engine | Default | Block-level | Inline-level (empty) | Inline-level (non-empty) -|-|-|-|- WebKit | block | block | block | inline Blink (Legacy) | block | block | block | inline Blink (NG) | block | block | inline | inline EdgeHTML | block | block | inline | inline Firefox | inline | inline | inline | inline The inline-level test changes when some non-empty content is added (forcing a non-empty linebox). Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4109 using your GitHub account
Received on Friday, 12 July 2019 18:12:25 UTC