w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 51 forks source link

Define "event constructing steps" for complicated events #194

Open annevk opened 6 years ago

annevk commented 6 years ago

As @domenic mentioned in https://github.com/whatwg/dom/issues/414 some UI events, such as MouseEvent and KeyboardEvent, do not have a straight mapping from initializing dictionary member to internal state. For those event classes the DOM Standard has "event constructing steps", added in https://github.com/whatwg/dom/pull/614.

annevk commented 6 years ago

cc @hayatoito