[svgwg] new commits pushed by tabatkins

The following commits were just pushed by tabatkins to 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
  by Stephen McGruer
https://github.com/w3c/svgwg/commit/fb23c4dcaf239477bf31be74599555b6779b18a3

* Merge pull request #790 from stephenmcgruer/smcgruer/time-event
  by Tab Atkins Jr
https://github.com/w3c/svgwg/commit/693d8cc39144b5208c64c55d459b0db5ac8845c1

Received on Tuesday, 26 May 2020 15:35:41 UTC