- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 06 Oct 2016 06:48:35 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 6 October 2016 13:49:40 UTC
> However, not sure how to tackle a future half-open. Should that first do the dictionary thing and then enumerate and ignore the keys already handled? That is, what semantics should web animations keep/get. That's a great question. We basically have two options: 1. enumerate and copy, then pluck properties 2. pluck properties, then enumerate and copy, ignoring already-plucked properties I really don't think it matters much. If I had to pick one I'd go for (1). -- 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/180#issuecomment-251966332
Received on Thursday, 6 October 2016 13:49:40 UTC