Implement HTMLDetailsElement. Fixes #9216

This commit is contained in:
Lanza 2016-01-11 12:46:39 +01:00
parent 6663f28f0d
commit cfc3500dbf
13 changed files with 126 additions and 189 deletions

View file

@ -33,6 +33,7 @@ interface GlobalEventHandlers {
attribute EventHandler onchange;
attribute EventHandler onreset;
attribute EventHandler onsubmit;
attribute EventHandler ontoggle;
};
[NoInterfaceObject]