diff options
Diffstat (limited to 'files/es/web/api/event/target')
-rw-r--r-- | files/es/web/api/event/target/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/es/web/api/event/target/index.html b/files/es/web/api/event/target/index.html index 1e28aef0b3..0a1cc4208e 100644 --- a/files/es/web/api/event/target/index.html +++ b/files/es/web/api/event/target/index.html @@ -68,57 +68,7 @@ ul.addEventListener('click', hide, false); <h2 id="Compatibilidad_del_navegador"><strong>Compatibilidad del navegador</strong></h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>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>Soporte básico</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.Event.target")}} <h2 id="Notas_de_compatibilidad">Notas de compatibilidad</h2> |