Closed Bug 1377080 Opened 7 years ago Closed 7 years ago

onwheel event is now in GlobalEventHandlers but the document says it's not in any standard

Categories

(Developer Documentation Graveyard :: HTML, defect, P5)

All
Other
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: masayuki, Assigned: cmills)

References

()

Details

:: Developer Documentation Request

      Request Type: Correction
     Gecko Version: unspecified
 Technical Contact: 

:: Details

https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers declares onwheel attribute. But the document still says "it's not in any standards". This should be updated.
(In reply to Masayuki Nakano [:masayuki] (JST, +0900) from comment #0)
> :: Developer Documentation Request
> 
>       Request Type: Correction
>      Gecko Version: unspecified
>  Technical Contact: 
> 
> :: Details
> 
> https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers
> declares onwheel attribute. But the document still says "it's not in any
> standards". This should be updated.

I have updated the docs to remove onwheel from Element and put it on GlobelEventHandlers. I've also updated the description to it doesn't say it's non-standard, and filled in spec and browser compat details.
Assignee: nobody → cmills
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Oops, I meant GlobalEventHandlers. See here:

https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onwheel
You need to log in before you can comment on or make changes to this bug.