Re: [dom] Attributes do not need a name slot for web compat (#110)

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