Re: [sensors] 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/sensors/issues/253#issuecomment-322644875 using your GitHub account

Received on Wednesday, 16 August 2017 02:15:03 UTC