Re: [heycam/webidl] feat: Add `[NonEnumerableMethods]` extended attribute (#825)

A few questions:

1) This only applies to operations, not attributes?  We want attributes to keep being enumerable?
2) It looks like the actual processing model changes needed to make these extended attributes do something are missing.  In particular https://heycam.github.io/webidl/#define-the-operations presumably needs to be modified to not always do `[[Enumerable]]: true` and instead compute that value on a per-operation basis based on these extended attributes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/825#issuecomment-564659096

Received on Wednesday, 11 December 2019 17:52:53 UTC