Re: [whatwg/dom] Add more legacy event types for createEvent() (#220)

Chrome supports some of them when we use CamelCase notation.
 
DragEvent: Firefox, Chrome, IE11, Presto
PopStateEvent: Firefox, Chrome, IE11, Presto
StorageEvent: Firefox, Chrome, IE11, Presto

CompositionEvent: Firefox, Chrome, IE11
TextEvent: Firefox (return object CompositionEvent), Chrome and IE11 (return object TextEvent)

BeforeUnloadEvent: Firefox, Chrome
DeviceMotionEvent: Firefox, Chrome:

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/220#issuecomment-210005831

Received on Thursday, 14 April 2016 15:34:55 UTC