diff options
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onwheel')
-rw-r--r-- | files/fr/web/api/globaleventhandlers/onwheel/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onwheel/index.html b/files/fr/web/api/globaleventhandlers/onwheel/index.html index e364ee08d6..00be813af4 100644 --- a/files/fr/web/api/globaleventhandlers/onwheel/index.html +++ b/files/fr/web/api/globaleventhandlers/onwheel/index.html @@ -16,11 +16,11 @@ original_slug: Web/API/Element/onwheel <h2 id="Syntaxe">Syntaxe</h2> -<pre class="eval line-numbers language-html"><code class="language-html">element.onwheel = function() { .. }</code></pre> +<pre class="brush: js">element.onwheel = function() { .. }</pre> <h2 id="Spécification">Spécification</h2> -<table class="spectable standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="col">Spécification</th> |