Re: [whatwg/dom] Improvements for adjacent text nodes manipulation (#335)

I just noticed DOM3 has one of them:
```
Text replaceWholeText(in DOMString content) raises(DOMException);
```
It's implemented by MSIE9+, doesn't exist in FF, Chrome.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/335#issuecomment-251537151

Received on Tuesday, 4 October 2016 22:55:38 UTC