diff options
Diffstat (limited to 'files/es/web/api/element/scrollintoview/index.html')
-rw-r--r-- | files/es/web/api/element/scrollintoview/index.html | 70 |
1 files changed, 1 insertions, 69 deletions
diff --git a/files/es/web/api/element/scrollintoview/index.html b/files/es/web/api/element/scrollintoview/index.html index 4504219afa..126a87227c 100644 --- a/files/es/web/api/element/scrollintoview/index.html +++ b/files/es/web/api/element/scrollintoview/index.html @@ -80,72 +80,4 @@ element.scrollIntoView({block: "end", behavior: "smooth"}); <h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidad con navegadores</h2> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Implementación básica</td> - <td>1.0</td> - <td>{{ CompatGeckoDesktop(1.0) }}</td> - <td>6</td> - <td>10.0 and possibly older versions</td> - <td>4 and possibly older versions</td> - </tr> - <tr> - <td> - <p>Implementan<br> - <code>scrollIntoViewOptions</code></p> - </td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoDesktop(36) }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Implementación básica</td> - <td>?</td> - <td>{{ CompatGeckoMobile(1.0) }}</td> - <td>?</td> - <td>?</td> - <td>?</td> - </tr> - <tr> - <td> - <p>Implementan<br> - <code>scrollIntoViewOptions</code></p> - </td> - <td>{{CompatNo}}</td> - <td>{{ CompatGeckoMobile(36) }}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.Element.scrollIntoView")}} |