w3c / dom

Moved to https://dom.spec.whatwg.org/
60 stars 18 forks source link

Add [Exposed] to MutationObserver and DOMTokenList #155

Closed zqzhang closed 6 years ago

zqzhang commented 6 years ago

As talked in https://github.com/heycam/webidl/issues/365, all interface X { ... } require [Exposed] to get rid of [PrimaryGlobal].

zqzhang commented 6 years ago

This will be addressed in next release.