Re: [heycam/webidl] How to do aliases of legacy interfaces (HTMLDocument, WebKitCSSMatrix...) (#362)

Strawman suggestion:
```
[Constructor,
 Exposed=Window,
 LegacyAlias=HTMLDocument]
interface Document : Node {
```
```
[Constructor(optional (DOMString or sequence<unrestricted double>) init),
 Exposed=(Window,Worker),
 LegacyAlias=(SVGMatrix,WebKitCSSMatrix)]
interface DOMMatrix : DOMMatrixReadOnly {
```

...with semantics as defined for those right now. Note that the aliases are only on `Window`; not in workers.

-- 
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/issues/362#issuecomment-301064935

Received on Friday, 12 May 2017 12:37:11 UTC