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

No, you would have both _input_ and _lowercaseInput_ and then for elements in the HTML namespace you would use _lowercaseInput_ and for other elements you would use _input_.

I might also introduce an element's qualified name concept to make this easier (analogous to attribute's qualified name concept) and also use that to define `tagName`.

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

Received on Monday, 11 January 2016 10:47:18 UTC