- From: ArkadiuszMichalski <notifications@github.com>
- Date: Sun, 11 Oct 2015 09:42:32 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Sunday, 11 October 2015 16:42:59 UTC
According to Web IDL default global is primary global interface (Window), so there is no need to use [Exposed] only for Window: http://heycam.github.io/webidl/#Exposed but even if it is going to use them, then I see that for some interface is still missing: DOMTokenList, DOMSettableTokenList, MutationObserver, EventListener. I'm not sure what should be done for MutationCallback (callback function http://heycam.github.io/webidl/#idl-callback-functions), [Exposed] can/should be use here or not? I check some other specs and most of them don't use [Exposed] only for Window (even in HTML, but see one exception HTMLHyperlinkElementUtils). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/89
Received on Sunday, 11 October 2015 16:42:59 UTC