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

don't want to poke the bear here but it seemed initially strange that a location, point, or position could have multiple child nodes associated with it. it feels very singular without much contents but yea I guess this is highly subjective.

`Part` sounded good to me because it had this meaning of substance.

From the new ones in this thread `Field` and `Interpolation` feel most natural to me.

Maybe something more in the lines of Range and Fragment. Just throwing out some ideas:

```ts
interface NodeSlice;
interface AttrSlice;
```

```ts
interface NodePatch;
interface AttrPatch;
```

```ts
interface NodeSegment;
interface AttrSegment;
```

```ts
interface NodeChunk;
interface AttrChunk;
```

```ts
interface NodeBlock;
interface AttrBlock;
```

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

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

Received on Thursday, 24 November 2022 02:51:12 UTC