Re: [dom] Supported property names for NamedNodeMap (#141)

So I didn't know why we wanted to change this, but from https://tc39.github.io/ecma262/#sec-invariants-of-the-essential-internal-methods it seems clear enough. Only property keys observable through `[[GetOwnProperty]]` are to be returned in the List of `[[OwnPropertyKeys]]`. Now I'm wondering though, how can `A:new` be observed? It seems it will always be lowercased, so should it be in the "List" @bzbarsky?

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

Received on Monday, 4 January 2016 17:52:57 UTC