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

Well, what the specification says currently is more like `name = prefix === null ? localName : prefix + ":" + localName` or some such. I'm happy to drop this slot though. I might keep the concept, but turn it into a getter-like algorithm.

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

Received on Monday, 23 November 2015 09:52:00 UTC