[whatwg/dom] I don't think Element.insertAdjacentText can cause CEReactions (#255)

The steps for [insertAdjacentText](https://dom.spec.whatwg.org/#dom-element-insertadjacenttext) insert a text node into an element. I don't think this can cause CEReactions because it will not cause attributes to change, elements to be created or adopted, or elements to be attached to or removed from the document.

It is functionally equivalent to to over-specify the CEReactions attribute, but since there was a decision not to apply CEReactions universally it probable makes sense to remove it from insertAdjacentText.

---
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/255

Received on Tuesday, 31 May 2016 01:17:39 UTC