aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/history_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/history_api/index.html')
-rw-r--r--files/es/web/api/history_api/index.html60
1 files changed, 1 insertions, 59 deletions
diff --git a/files/es/web/api/history_api/index.html b/files/es/web/api/history_api/index.html
index b5efd6ae1b..b0947d9dcb 100644
--- a/files/es/web/api/history_api/index.html
+++ b/files/es/web/api/history_api/index.html
@@ -161,65 +161,7 @@ history.pushState(stateObj, "page 2", "bar.html");
<h2 id="Compatibilidad_entre_navegadores">Compatibilidad entre navegadores</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<table>
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>replaceState, pushState</td>
- <td>5</td>
- <td>{{ CompatGeckoDesktop("2.0") }}</td>
- <td>10</td>
- <td>11.50</td>
- <td>5.0</td>
- </tr>
- <tr>
- <td>history.state</td>
- <td>18</td>
- <td>{{ CompatGeckoDesktop("2.0") }}</td>
- <td>10</td>
- <td>11.50</td>
- <td>6.0</td>
- </tr>
- </tbody>
-</table>
-
-<table>
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>replaceState, pushState</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- <tr>
- <td>history.state</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
-</table>
+{{Compat("api.History")}}
<h2 id="Ver_también">Ver también</h2>