[Webkit-unassigned] [Bug 26100] New: Add missing event handler properties to the DOMWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 30 18:29:19 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26100

           Summary: Add missing event handler properties to the DOMWindow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


The list of missing properties as of the current HTML5 standard are:

// Storage
//attribute EventListener onstorage;

// Printing
//attribute EventListener onafterprint;
//attribute EventListener onbeforeprint;

// Media
//attribute EventListener oncanplay;
//attribute EventListener oncanplaythrough;
//attribute EventListener ondurationchange;
//attribute EventListener onemptied;
//attribute EventListener onended;
//attribute EventListener onloadeddata;
//attribute EventListener onloadedmetadata;
//attribute EventListener onpause;
//attribute EventListener onplay;
//attribute EventListener onplaying;
//attribute EventListener onratechange;
//attribute EventListener onseeked;
//attribute EventListener onseeking;
//attribute EventListener ontimeupdate;
//attribute EventListener onvolumechange;
//attribute EventListener onwaiting;

// Progress
//attribute EventListener onloadstart;
//attribute EventListener onprogress;
//attribute EventListener onstalled;
//attribute EventListener onsuspend;

// Messaging
//attribute EventListener onmessage;

// Online state
//attribute EventListener onoffline;
//attribute EventListener ononline;

// Drag
//attribute EventListener ondrag;
//attribute EventListener ondragend;
//attribute EventListener ondragenter;
//attribute EventListener ondragleave;
//attribute EventListener ondragover;
//attribute EventListener ondragstart;
//attribute EventListener ondrop;

// Forms
//attribute EventListener onformchange;
//attribute EventListener onforminput;
//attribute EventListener oninput;
//attribute EventListener oninvalid;

// Undo/Redo
//attribute EventListener onredo;
//attribute EventListener onundo;

// History
//attribute EventListener onpopstate;

// Location
//attribute EventListener onhashchange;

// Context Menu
//attribute EventListener oncontextmenu;
//attribute EventListener onshow;

// Readystate
//attribute EventListener onreadystatechange;

// ???
//attribute EventListener ondataunavailable;


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list