- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Apr 2017 01:51:38 +0000
- To: public-css-archive@w3.org
> > So we can update the spec to check the parent box > Again, that makes computed style depend on box construction. This is undesirable, and should be avoided if possible. Aside from `display: contents`, what else would make the parent box not the parent element? > Er, also, blockification rules absolutely affect the inner display type! Okay, yeah, blockification affects the inner display type, but there's no merge conflict here. :) Although I'm not sure that this actually needs to happen; `flow` blocks can behave the same as `flow-root` in some cases, like floats and suchlike... changing the inner display type doesn't seem necessary, and certainly can't be a computed value time operation given https://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo That's maybe a separate bug. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1212#issuecomment-295039139 using your GitHub account
Received on Wednesday, 19 April 2017 01:51:52 UTC