Add onformdata to GlobalEventHandlers

This commit is contained in:
xu3u4 2019-12-07 20:07:15 +09:00
parent 2d2cd2b7d7
commit 7529591e8f
7 changed files with 2 additions and 51 deletions

View file

@ -51,6 +51,7 @@ interface mixin GlobalEventHandlers {
attribute EventHandler onended;
attribute OnErrorEventHandler onerror;
attribute EventHandler onfocus;
attribute EventHandler onformdata;
attribute EventHandler oninput;
attribute EventHandler oninvalid;
attribute EventHandler onkeydown;