diff options
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onwheel/index.html')
| -rw-r--r-- | files/fr/web/api/globaleventhandlers/onwheel/index.html | 61 |
1 files changed, 7 insertions, 54 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onwheel/index.html b/files/fr/web/api/globaleventhandlers/onwheel/index.html index 65a076954a..e364ee08d6 100644 --- a/files/fr/web/api/globaleventhandlers/onwheel/index.html +++ b/files/fr/web/api/globaleventhandlers/onwheel/index.html @@ -35,60 +35,13 @@ original_slug: Web/API/Element/onwheel </tbody> </table> -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<div>{{CompatibilityTable}}</div> +<p>{{Compat("api.GlobalEventHandlers.onwheel")}}</p> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatOpera(48)}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android Webview</th> - <th>Chrome for Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatOperaMobile(48)}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<h3 id="Notes">Notes</h3> +<h2 id="See_also">Voir aussi</h2> -<p>L'évènement <code>wheel</code> est déclenché lorsque l'utilisateur fait défiler le contenu de l'élément.</p> +<ul> + <li><a href="/fr/docs/Web/API/Document/wheel_event">Document: <code>wheel</code> event</a></li> + <li><a href="/fr/docs/Web/API/Element/wheel_event">Element: <code>wheel</code> event</a></li> +</ul>
\ No newline at end of file |
