aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/element/queryselector/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/element/queryselector/index.html')
-rw-r--r--files/es/web/api/element/queryselector/index.html61
1 files changed, 1 insertions, 60 deletions
diff --git a/files/es/web/api/element/queryselector/index.html b/files/es/web/api/element/queryselector/index.html
index 8ce9cbe15f..e48e350d3e 100644
--- a/files/es/web/api/element/queryselector/index.html
+++ b/files/es/web/api/element/queryselector/index.html
@@ -111,66 +111,7 @@ document.getElementById("output").innerHTML =
<h2 id="Compatibilidad_en_los_Navegadores">Compatibilidad en 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>{{ CompatChrome(1) }}<br>
-  </td>
- <td>
- <p>{{ CompatGeckoDesktop(1.9.1) }}</p>
- </td>
- <td>
- <p>9 [1]</p>
- </td>
- <td>
- <p>{{CompatVersionUnknown}}</p>
- </td>
- <td>{{CompatVersionUnknown}}</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>Firefox OS (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- <th>Chrome for Android</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] <code>querySelector()</code> funciona en IE8, pero solo para selectores CSS 2.1.</p>
+{{Compat("api.Element.querySelector")}}
<h2 id="También_puedes_consultar">También puedes consultar:</h2>