You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @domenic mentioned in whatwg/dom#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 whatwg/dom#614.
The text was updated successfully, but these errors were encountered:
This hook can be used by complex Event subclasses, such as KeyboardEvent and TouchEvent, to initialize their internal state upon creation.
Follow-up: w3c/uievents#194 and w3c/touch-events#94.
Fixes#414.
As @domenic mentioned in whatwg/dom#414 some UI events, such as
MouseEvent
andKeyboardEvent
, 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 whatwg/dom#614.The text was updated successfully, but these errors were encountered: