- From: Tobie Langel <notifications@github.com>
- Date: Wed, 06 Dec 2017 16:45:09 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 December 2017 16:45:32 UTC
tobie commented on this pull request. > actual [=array iterator objects=]. Interfaces with iterable declarations must not have any [=interface members=] -named “entries”, “forEach”, “keys” or “values”, +named "<code class="idl">entries</code>", "<code class="idl">forEach</code>", Mmm. You're consciously making the decision to mark those up differently than idl props (which aren't quoted), but you don't want to mark those as "infra" strings. Why not just `"entries"`, then? -- 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/483#discussion_r155292171
Received on Wednesday, 6 December 2017 16:45:32 UTC