diff options
Diffstat (limited to 'files/es/web/api/wheelevent/deltay/index.html')
| -rw-r--r-- | files/es/web/api/wheelevent/deltay/index.html | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/files/es/web/api/wheelevent/deltay/index.html b/files/es/web/api/wheelevent/deltay/index.html index 68135cd221..2a061556e4 100644 --- a/files/es/web/api/wheelevent/deltay/index.html +++ b/files/es/web/api/wheelevent/deltay/index.html @@ -37,55 +37,7 @@ console.log(syntheticEvent.deltaY); <h2 id="Compatibilidad_de_los_navegadores">Compatibilidad de los navegadores</h2> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</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>31</td> - <td>{{ CompatGeckoDesktop("17.0") }}</td> - <td>{{ CompatIE("9.0") }} [1]</td> - <td>18</td> - <td>9.0</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatGeckoMobile("17.0") }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatVersionUnknown() }}</td> - <td>{{ CompatNo() }}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] IE9 soporta un viejo boceto de esta propuedad cuyo valor de retorno era un <code>long</code> en vez de un <code>double</code>.</p> +{{Compat("api.WheelEvent.deltaY")}} <h2 class="note" id="Ver_más">Ver más</h2> |
