[heycam/webidl] Correct requirement to define Global properties on the object itself (#639)

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