[svgwg] Pull Request: Replace AbstractView with WindowProxy/Window

stephenmcgruer has just submitted a new pull request for https://github.com/w3c/svgwg:

== Replace AbstractView with WindowProxy/Window ==
AbstractView is an obsolete term from DOM2[0]. The Gecko implementation
of TimeEvent uses WindowProxy and Window instead[1], so this change
aligns the spec with that.

Fixes https://github.com/w3c/svgwg/issues/775

[0]: https://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView
[1]: https://github.com/mozilla/gecko-dev/blob/cfd1cc461f1efe0d66c2fdc17c024a203d5a2fd8/dom/webidl/TimeEvent.webidl#L17

See https://github.com/w3c/svgwg/pull/790

Received on Friday, 10 April 2020 00:35:30 UTC