diff options
Diffstat (limited to 'files/es/web/css/@media/index.html')
-rw-r--r-- | files/es/web/css/@media/index.html | 96 |
1 files changed, 1 insertions, 95 deletions
diff --git a/files/es/web/css/@media/index.html b/files/es/web/css/@media/index.html index bca7ee1276..4ac07c0145 100644 --- a/files/es/web/css/@media/index.html +++ b/files/es/web/css/@media/index.html @@ -256,101 +256,7 @@ translation_of: Web/CSS/@media <h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidad de navegadores</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-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>Soporte básico (<code>all</code>, <code>print</code>, <code>screen</code>)</td> - <td>1.0</td> - <td>{{ CompatGeckoDesktop(1.7) }}</td> - <td>6.0</td> - <td>9.2</td> - <td>1.3</td> - </tr> - <tr> - <td><code>speech</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>9.2</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Media features (características de medios)</td> - <td>1.0</td> - <td>{{ CompatGeckoDesktop(1.7) }}</td> - <td>9.0</td> - <td>9.2</td> - <td>1.3</td> - </tr> - <tr> - <td>Característica <code>display-mode</code></td> - <td>{{CompatUnknown}}</td> - <td>{{ CompatGeckoDesktop(47) }}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-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>Soporte básico (<code>all</code>, <code>print</code>, <code>screen</code>)</td> - <td>1.0</td> - <td>{{ CompatGeckoMobile(1.7) }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>9.0</td> - <td>3.1</td> - </tr> - <tr> - <td><code>speech</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>9.0</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td>Media features (características de medios)</td> - <td>1.0</td> - <td>{{ CompatGeckoMobile(1.7) }}</td> - <td>{{CompatVersionUnknown}}</td> - <td>9.0</td> - <td>3.1</td> - </tr> - <tr> - <td>Característica <code>display-mode</code></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.at-rules.media")}} <h2 id="Véase_también">Véase también</h2> |