- From: Chris Rebert <notifications@github.com>
- Date: Thu, 10 Mar 2016 12:36:29 -0800
- To: w3c/uievents <uievents@noreply.github.com>
Received on Thursday, 10 March 2016 20:37:23 UTC
In Safari, Firefox, and Chrome, [`resize`](https://w3c.github.io/uievents/#event-type-resize) events are instances of `Event`, not of `UIEvent` as this spec currently claims. Only MS Edge currently uses `UIEvent` for `resize`. Also, CSSOM View specifies `resize` as a plain `Event`. Per https://drafts.csswg.org/cssom-view/#resizing-viewports : > [...] *fire an event named `resize`* at the Window object associated with doc And per https://dom.spec.whatwg.org/#concept-event-fire > To "fire an event named e" means that a new event using the `Event` interface, [...] --- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/76
Received on Thursday, 10 March 2016 20:37:23 UTC