aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/input/range/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/element/input/range/index.html')
-rw-r--r--files/es/web/html/element/input/range/index.html62
1 files changed, 1 insertions, 61 deletions
diff --git a/files/es/web/html/element/input/range/index.html b/files/es/web/html/element/input/range/index.html
index 7c7219c4b5..bc2b504afc 100644
--- a/files/es/web/html/element/input/range/index.html
+++ b/files/es/web/html/element/input/range/index.html
@@ -346,67 +346,7 @@ Después ponemos la información para el elemento <code>&lt;input&gt;</code>:
<h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>4.0<sup>[2]</sup></td>
- <td>12</td>
- <td>{{CompatGeckoDesktop(23)}}<sup>[1][4]</sup></td>
- <td>10</td>
- <td>10.1</td>
- <td>3.1</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>2.1<sup>[3]</sup></td>
- <td>57<sup>[2]</sup></td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile(52)}}<sup>[1]</sup></td>
- <td>10</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>5.1</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] A pesar de que la especificación dice que el input range debe mostrarse verticalmente si el alto es mayor que el ancho, este comportamiento no está implementado actualmente. Mira los siguientes bugs para conocer más información: {{bug(840820)}} y {{bug(981916)}}.</p>
-
-<p>[2] Chrome implementa el valor <code>slider-vertical</code> con la propiedad no estandard {{cssxref("-webkit-appearance")}}. <em>No deberías usarla ya que es propietaria, a menos que incluyas fallbacks para usuarios de otros navegadores</em>.</p>
-
-<p>[3] El navegador de Android reconoce el tipo <code>"range"</code> desde la versión 2.1, pero no está totalmente implementada hasta la versión 4.3.</p>
-
-<p>[4] Dibujar marcas y etiquetas no está aún implementado. Ver {{bug(841942)}} para conocer más información.</p>
+{{Compat("html.elements.input.input-range")}}
<h2 id="Ver_también">Ver también</h2>