Re: [w3c/webcomponents] changing slot text node is overly verbose (#753)

I see, node contents... meaning:
```
<simple-component>
  <div>
    Hello
  </div>
</simple-component>
```

to 

```
<simple-component>
  <div>
    Hello 2
  </div>
</simple-component>
```

I get it :)

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

Received on Wednesday, 27 June 2018 18:25:38 UTC