Re: [w3c/webcomponents] Shadow dom: use css containment features by default (#355)

It sounds like the concrete proposal here is something like adding the following to the UA style sheet

```
:magic-shadow-host-selector-that-even-looks-inside-closed-shadow-roots {
  contain: contents;
}
```

Is that right? Earlier @tabatkins mentioned `display: flow-root; contain: paint;`, but in his latest comment it became `contain: contents;`?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/355#issuecomment-205871270

Received on Tuesday, 5 April 2016 16:09:02 UTC