- From: Simon Pieters <notifications@github.com>
- Date: Fri, 12 May 2017 05:36:11 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 May 2017 12:37:11 UTC
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