- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Tue, 21 Jan 2020 12:13:20 +0000
- To: public-svg-issues@w3.org
foolip has just created a new issue for https://github.com/w3c/svgwg:
== [animations] ==
https://svgwg.org/specs/animations/#InterfaceTimeEvent has an invalid Web IDL block:
```webidl
interface TimeEvent : Event {
readonly attribute @@ unknown term "AbstractView" view;
readonly attribute long detail;
void initTimeEvent(DOMString typeArg, @@ unknown term "AbstractView" viewArg, long detailArg);
};
```
AbstractView was mentioned by @dstorey in https://github.com/w3c/svgwg/issues/71#issuecomment-385876982 but otherwise I can't find any reference to it.
Firefox does have the TimeEvent interface and uses the type `WindowProxy?`:
https://github.com/mozilla/gecko-dev/blob/cfd1cc461f1efe0d66c2fdc17c024a203d5a2fd8/dom/webidl/TimeEvent.webidl#L17
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/775 using your GitHub account
Received on Tuesday, 21 January 2020 12:13:21 UTC