Re: [csswg-drafts] [cssom-view] Stop using "incumbent settings object"?

I would be very surprised if implementations used incumbent here. It would mean that if you did

```js
<script>
const w = window.open();
w.moveTo(x, y);
</script>
```

it would move the containing window (containing the script element), and not the opened window.

So this is likely a spec bug. It would be great to have someone write tests though, especially to distinguish between current and relevant.

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1725#issuecomment-322652160 using your GitHub account

Received on Wednesday, 16 August 2017 02:55:18 UTC