- From: Adrian <notifications@github.com>
- Date: Wed, 06 Oct 2021 00:08:01 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 October 2021 07:08:13 UTC
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