mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLDetailsElement. Fixes #9216
This commit is contained in:
parent
6663f28f0d
commit
cfc3500dbf
13 changed files with 126 additions and 189 deletions
|
@ -33,6 +33,7 @@ interface GlobalEventHandlers {
|
|||
attribute EventHandler onchange;
|
||||
attribute EventHandler onreset;
|
||||
attribute EventHandler onsubmit;
|
||||
attribute EventHandler ontoggle;
|
||||
};
|
||||
|
||||
[NoInterfaceObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue