w3c / uievents

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

InputEventInit data default value should be null #139

Open foolip opened 7 years ago

foolip commented 7 years ago

https://w3c.github.io/uievents/#idl-inputeventinit

It's effectively null in Blink and WebKit, the "" default seems to be a remnant from when data wasn't nullable.

pyfisch commented 7 years ago

Oh, I did not see this issue but I have created #148 to solve it.

masayuki-nakano commented 5 years ago

Firefox will use null for default value for compatibility.