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

OK, that's actually not far from what Blink currently does. The collection has both a `m_localName` and a `m_loweredLocalName`, where the latter is used for HTML elements in HTML documents. Changing that to use the qualified name instead sounds like it carries some risk, as presumably `getElementsByTagName('svg')` would no longer find an element with both localName and prefix 'svg'?

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

Received on Monday, 11 January 2016 10:58:06 UTC