- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 23 Nov 2015 01:58:33 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 23 November 2015 09:59:03 UTC
Yes, that is exactly how `QualifiedName::toString()` is implemented in Blink, and having that as an algorithm instead of a slot might be nice. It looks like the concept is only used in attribute lookup, so another model could be to try eliminating it entirely, instead having *qualified name* variables in the few places where it's needed. That's entirely editorial, though. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/110#issuecomment-158891823
Received on Monday, 23 November 2015 09:59:03 UTC