[Bug 18542] New: onmousewheel attribute should be replaced with onwheel

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542

           Summary: onmousewheel attribute should be replaced with onwheel
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
        AssignedTo: dave.null@w3.org
        ReportedBy: masayuki@d-toybox.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


http://dev.w3.org/html5/spec/webappapis.html#event-handler-attributes

mousewheel event isn't a standard event. Instead of it, D3E spec defined wheel
event which is really different from mousewheel event.
http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#event-type-wheel

Therefore, I think that only onwheel attribute should be defined by HTML5.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 13 August 2012 06:03:25 UTC