- From: Ms2ger <notifications@github.com>
- Date: Wed, 06 Feb 2019 08:04:32 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 February 2019 16:04:53 UTC
The specification required defining the operations and attributes for the Global interface itself as well as its inherited interfaces on the object itself. This is not implemented in Gecko, Chrome or WebKit: none of these engines defines, for example, the `addEventListener` method on the window object. I suspect this text was meant to refer to mixin interfaces rather than inherited interfaces, but these are already covered by a catch-all statement. You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/639 -- Commit Summary -- * Correct requirement to define Global properties on the object itself -- File Changes -- M index.bs (3) -- Patch Links -- https://github.com/heycam/webidl/pull/639.patch https://github.com/heycam/webidl/pull/639.diff -- 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/639
Received on Wednesday, 6 February 2019 16:04:53 UTC