aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/window/beforeunload_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/window/beforeunload_event/index.html')
-rw-r--r--files/es/web/api/window/beforeunload_event/index.html76
1 files changed, 1 insertions, 75 deletions
diff --git a/files/es/web/api/window/beforeunload_event/index.html b/files/es/web/api/window/beforeunload_event/index.html
index c8d30bab14..b4f2fb1ac6 100644
--- a/files/es/web/api/window/beforeunload_event/index.html
+++ b/files/es/web/api/window/beforeunload_event/index.html
@@ -128,81 +128,7 @@ window.addEventListener("beforeunload", function (event) {
<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
-<div>{{CompatibilityTable}}</div>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Caracteristica</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Soporte basico</td>
- <td>{{CompatChrome(1.0)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>1</td>
- <td>4</td>
- <td>12</td>
- <td>3</td>
- </tr>
- <tr>
- <td>Texto personalizado soporte removido</td>
- <td>{{CompatChrome(51.0)}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoMobile("44.0")}}</td>
- <td> </td>
- <td>38</td>
- <td><a href="https://developer.apple.com/library/mac/releasenotes/General/WhatsNewInSafari/Articles/Safari_9_1.html">9.1</a></td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Caracteristica</th>
- <th>Android</th>
- <th>Android Webview</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- <th>Chrome for Android</th>
- </tr>
- <tr>
- <td>Soporte basico</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>(no) <a href="https://bugs.webkit.org/show_bug.cgi?id=19324">defect</a></td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>Texto personalizado soporte removido</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatChrome(51.0)}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoMobile("44.0")}}</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td>{{CompatChrome(51.0)}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("api.Window.beforeunload_event")}}
<h2 id="Mire_tambien">Mire tambien</h2>