- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Apr 2017 04:17:12 +0000
- To: public-css-archive@w3.org
> Blink checks parent too On the box tree. That may not match the Gecko behavior, depending on how "parent" is defined and how various cases involving anonymous boxes are handled. > Is the logic mentioned here the same as blockificaiton? No, it's not. blockification never leads to an inline-outside display type, while the logic here very much does (inline-block). > If different, is the fix of s/containing block/parent box/ appropriate? "parent box" has the same problem as "containing block", from my point of view: it's a layering violation. Worse yet, nothing in the CSS specs really defines "parent box" last I checked, though admittedly I last checked a while ago. -- GitHub Notification of comment by bzbarsky Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1212#issuecomment-293775918 using your GitHub account
Received on Thursday, 13 April 2017 04:17:21 UTC