Re: [WICG/webcomponents] Template/part proposals - Naming for DOM Parts API (#902)

Has this reached consensus? So the new names will be:

```webidl
interface Ref {...};
interface NodeRef : Ref {...};
interface AttributeRef : NodeRef {...};
interface ChildNodePart : NodeRef {...};
interface PropertyPart : NodeRef {...};
interface CustomPart : NodeRef {...};
interface RefGroup {...};
```

Should a PR be raised to alter the proposed spec to reflect this?

-- 
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/902#issuecomment-941126190

Received on Tuesday, 12 October 2021 15:34:06 UTC