Re: [csswg-drafts] [css-contain-1] do we need layout containment in a single dimension to enable container queries?

The relayout would change the width of `.component`, so ultimately the width of `.component` depends on it’s contents even though `contain: size-x` is set.

As far as I understand it, this means that implementing `contain: size-x` in a browser is impossible, because it cannot be assured that the size in one dimension doesn’t respond to changes to the size in the other dimension.

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

Received on Friday, 6 April 2018 17:13:26 UTC