- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 13 Oct 2015 09:57:24 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 13 October 2015 16:58:04 UTC
In particular, it looks to me like at call-time the `getElementsByTagName` call captures the HTML-ness of _root_'s node document at the time it's called. So if that HTML-ness changes, a new object needs to be returned. I put a testcase at http://web.mit.edu/bzbarsky/www/testcases/dom-queries/test_getElementsByTagName_1.html which tries to exercise some of the edge-cases here. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/90
Received on Tuesday, 13 October 2015 16:58:04 UTC