- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 11 Dec 2019 09:52:51 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 December 2019 17:52:53 UTC
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