[Bug 6490] New: Event handler attributes should ignore event's interface

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6490

           Summary: Event handler attributes should ignore event's interface
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: simonp@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


The spec says

[[
onabort

Must be invoked whenever an abort event is targeted at or bubbles through the
element or object.
]]

where "abort" is linked to a definition saying it's a ProgressEvent.

But Firefox, Opera and WebKit ignore the event's interface altogether.


It would be good if the spec made this clear, e.g. by saying "an event of type
'abort'" and maybe even not linking to #event-abort. And maybe have a note
somewhere saying that the event's interface is ignored (other than maybe for
onbeforeunload -- it seems WebKit and Opera require the right interface but
Firefox not).


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 29 January 2009 09:48:09 UTC