Anne van Kesteren (2013-07-24T15:11:18.000Z)
Currently HTML overrides the ES standard here to set the this object
to WindowProxy (whereas Window is the global). The ES standard should
just let the host decide how this is set up. No need for conflicts
here.

(Solving this (no pun...) leaves us with document.all I think. Don't
have ideas for that one.)


--
http://annevankesteren.nl/
domenic at domenicdenicola.com (2013-07-24T15:48:33.470Z)
Currently HTML overrides the ES standard here to set the this object
to `WindowProxy` (whereas `Window` is the global). The ES standard should
just let the host decide how this is set up. No need for conflicts
here.

(Solving this (no pun...) leaves us with `document.all` I think. Don't
have ideas for that one.)