[Webkit-unassigned] [Bug 24939] New: online and offline events don't have attribute handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 11:39:02 PDT 2009


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

           Summary: online and offline events don't have attribute handlers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dino at apple.com


from Dmitri:

Online/offline events are in webkit since r33457, but the only way to register
for those events is via using addEventListener.

I am unable to register for 'online' or 'offline' event in the following ways:
- by specifying ononline="..." or onoffline="..." attributes on the <body> tag
in the HTML markup.
- by setting the .ononline or .onoffline properties on document or
document.body to a JavaScript Function object.


-- 
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