aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/onwheel/index.md
blob: 2c85e2e38299635fb8bb10c4f75339a54a884bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Element.onwheel
slug: Web/API/GlobalEventHandlers/onwheel
tags:
  - API
  - DOM
  - Gestionnaires d'évènements
  - Propriété
  - évènements
translation_of: Web/API/GlobalEventHandlers/onwheel
original_slug: Web/API/Element/onwheel
---
{{ ApiRef("DOM") }}

La propriété `onwheel` renvoie le code du gestionnaire d'évènements `onwheel` de l'élément courrant.

## Syntaxe

```js
element.onwheel = function() { .. }
```

## Spécification

| Spécification                                                                                    | Statut                           | Commentaire |
| ------------------------------------------------------------------------------------------------ | -------------------------------- | ----------- |
| {{SpecName('HTML WHATWG','webappapis.html#handler-onwheel','onwheel')}} | {{Spec2('HTML WHATWG')}} |             |

## Compatibilité des navigateurs

{{Compat("api.GlobalEventHandlers.onwheel")}}

## Voir aussi

- [Document: `wheel` event](/fr/docs/Web/API/Document/wheel_event)
- [Element: `wheel` event](/fr/docs/Web/API/Element/wheel_event)