diff options
| author | YujiSoftware <yuji.software+github@gmail.com> | 2022-03-03 22:36:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-03 07:36:23 -0600 |
| commit | 0ce7202a706c9036eeea42c158f433c2b7940457 (patch) | |
| tree | 4e952b5472e3140bd12ac07e77df3aa47e79b60f /files/es/web/javascript/reference/global_objects/infinity | |
| parent | 581e6fb5827a5450e295c91250dd0563a3c9251a (diff) | |
| download | translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.gz translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.bz2 translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.zip | |
Migrate CompatibilityTable to Compat macro (es) (#4355)
* Migrate CompatibilityTable to Compat macro (es)
* Migrate to multiple Compat macro (es)
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/infinity')
| -rw-r--r-- | files/es/web/javascript/reference/global_objects/infinity/index.html | 49 |
1 files changed, 2 insertions, 47 deletions
diff --git a/files/es/web/javascript/reference/global_objects/infinity/index.html b/files/es/web/javascript/reference/global_objects/infinity/index.html index bd717d1021..ac9a7216e9 100644 --- a/files/es/web/javascript/reference/global_objects/infinity/index.html +++ b/files/es/web/javascript/reference/global_objects/infinity/index.html @@ -43,53 +43,8 @@ original_slug: Web/JavaScript/Referencia/Objetos_globales/Infinity </tbody> </table> <h2 id="Compatibilidad_con_navegadores" style="margin-bottom: 20px; padding-top: 0px; padding-left: 0px; font-size: 28px; border: 0px; line-height: 28px;">Compatibilidad con navegadores</h2> -<p style="padding-top: 0px; padding-left: 0px; border: 0px;">{{ CompatibilityTable() }}</p> -<div id="compat-desktop" style="padding-top: 0px; padding-left: 0px; border: 0px;"> - <table class="compat-table" style=""> - <tbody> - <tr> - <th style="font-style: inherit; line-height: 16px;">Característica</th> - <th style="font-style: inherit; line-height: 16px;">Chrome</th> - <th style="font-style: inherit; line-height: 16px;">Firefox (Gecko)</th> - <th style="font-style: inherit; line-height: 16px;">Internet Explorer</th> - <th style="font-style: inherit; line-height: 16px;">Opera</th> - <th style="font-style: inherit; line-height: 16px;">Safari</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - </tr> - </tbody> - </table> -</div> -<div id="compat-mobile" style="padding-top: 0px; padding-left: 0px; border: 0px;"> - <table class="compat-table" style=""> - <tbody> - <tr> - <th style="font-style: inherit; line-height: 16px;">Característica</th> - <th style="font-style: inherit; line-height: 16px;">Android</th> - <th style="font-style: inherit; line-height: 16px;">Chrome for Android</th> - <th style="font-style: inherit; line-height: 16px;">Firefox Mobile (Gecko)</th> - <th style="font-style: inherit; line-height: 16px;">IE Mobile</th> - <th style="font-style: inherit; line-height: 16px;">Opera Mobile</th> - <th style="font-style: inherit; line-height: 16px;">Safari Mobile</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - <td>(Si)</td> - </tr> - </tbody> - </table> -</div> +{{Compat("javascript.builtins.Infinity")}} + <h2 id="See_also" name="See_also" style="margin-bottom: 20px; padding-top: 0px; padding-left: 0px; font-size: 28px; border: 0px; line-height: 28px;">Ver también</h2> <ul> <li>{{jsxref("Number.NEGATIVE_INFINITY")}}</li> |
