Re: [WICG/webcomponents] Scoped Custom Element Registries (#716)

I also think it would make more sense as a CSS proposal.

```
.tooltip {
  layout-context: root;
}
```

Or with a wrapper

```
.wrapper {
  layout-id: 'wrapper';
}

.tooltip {
  layout-context: 'wrapper', root;
}
```

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

Received on Wednesday, 6 October 2021 07:08:13 UTC