[WICG/webcomponents] [dom-parts] Creation API (Issue #1010)

We need to decide on the exact shape of API to create DOM parts.

Current proposal:
```
new ChildNodePart(node, previousSibling, nextSibling)
new AttributeNodePart(element, 'title')
```


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

Message ID: <WICG/webcomponents/issues/1010@github.com>

Received on Tuesday, 2 May 2023 16:58:22 UTC