- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 11 Jan 2016 02:57:36 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 11 January 2016 10:58:06 UTC
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