- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 18 Nov 2015 01:41:03 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 18 November 2015 09:41:32 UTC
Yeah, doing just the IDL change as a first step makes sense. Other than things that implicitly depend on `attr instanceof Node` being true (throwing TypeError) you might also have things assuming that various attributes and methods of Node being available, and cloneNode() has been mentioned: https://lists.w3.org/Archives/Public/public-html/2015May/thread.html#msg90 While it does seem risky to just make the change and ship it to stable, *something* could perhaps be learned by making it in between two branch points to see if there are reports from canary and dev. If there are many reports, then it's just game over, and otherwise we still don't know :) --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/102#issuecomment-157658007
Received on Wednesday, 18 November 2015 09:41:32 UTC