- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 08 Feb 2016 00:13:50 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 8 February 2016 08:14:21 UTC
It seems pretty hard to guess about the risks here. Ignoring case folding for a moment, I think there are three possibilities given what has been implemented in various browsers: 1. The input contains no `:` and the author expects to match on localName. 2. The input contains no `:` and the author expects to match on qualified name. 3. The input contains `:` and the author expects to match on qualified name. This is crazy talk, but it's *possible* that 1+3 would be the most compatible. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/143#issuecomment-181249770
Received on Monday, 8 February 2016 08:14:21 UTC