Re: [dom] Having getElementsByTagName match on localName is not "web"-compatible for IE and Firefox (#143)

I think that was the last time it was changed, yes. The behavior we expect to be compatible is that `getElementsByTagName` matches on qualified name. (`getElementsByTagNameNS` has forever matched on namespace and local name and will continue to do so.)

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/143#issuecomment-170500805

Received on Monday, 11 January 2016 10:25:34 UTC