mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Support end events and end()
This commit is contained in:
parent
638cc92e89
commit
b66cbd364a
7 changed files with 62 additions and 14 deletions
|
@ -38,7 +38,7 @@ interface XRSession : EventTarget {
|
|||
// // Events
|
||||
// attribute EventHandler onblur;
|
||||
// attribute EventHandler onfocus;
|
||||
// attribute EventHandler onend;
|
||||
attribute EventHandler onend;
|
||||
// attribute EventHandler onselect;
|
||||
// attribute EventHandler oninputsourceschange;
|
||||
// attribute EventHandler onselectstart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue