Re: [whatwg/dom] "create an event" doesn't work for certain UI events (#414)

Do you mean moving this algorithm snippet:
```
if Mouse or Keyboard event
  foreach EventModifierInit argument
    ...
```
into the DOM spec (and removing section 3.6 from UIEvents), or having UIEvents expose an function that the DOM spec would call?

The advantage of the latter is that it will be easier for me to modify the parts related to the "key modifier names", which is something that I need to do.


-- 
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/issues/414#issuecomment-281413456

Received on Tuesday, 21 February 2017 17:22:54 UTC