Re: [csswg-drafts] [css-scroll-anchoring-1] `display: flex` can't be selected as an anchor node (#3478)

The spec states this more directly near the top of 2.1:

"The anchor node is either a non-anonymous block box or a text node."

This was mainly to avoid the difficulty of trying to define a bounding rect for things that aren't box-like.  The intent was not to exclude inline-block, <img>, or flex boxes, so I suppose the language here should be updated to allow those.

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

Received on Thursday, 10 January 2019 13:45:40 UTC