mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
dom: Add missing event handlers
Adding: * global event handlers, * window event handlers, * document and element handlers, * and support for BeforeUnloadEvent. Signed-off-by: Piotr Stankiewicz <bionicrift@gmail.com>
This commit is contained in:
@@ -7,4 +7,5 @@ interface HTMLFrameSetElement : HTMLElement {
|
||||
// attribute DOMString cols;
|
||||
// attribute DOMString rows;
|
||||
};
|
||||
//HTMLFrameSetElement implements WindowEventHandlers;
|
||||
|
||||
HTMLFrameSetElement implements WindowEventHandlers;
|
||||
|
||||
Reference in New Issue
Block a user