w3c / uievents

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

Add webidl code snippet for input and beforeinput events #162

Open gked opened 6 years ago

gked commented 6 years ago

Hello,

When I was going through the spec, I've noticed that input and beforeInput events are missing webidls.

I am not sure if this is intentional or not but still opening an issue on this.

garykac commented 6 years ago

The InputEvent IDL (which covers beforeinput and input) is in section 4.5.1

The individual event types themselves don't have IDL (cf. the mouse event types)

Or were you referring to something else? It seems to me that we have IDL for everything that needs it.