aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/css_conditional_rules/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/css/css_conditional_rules/index.html')
-rw-r--r--files/es/web/css/css_conditional_rules/index.html60
1 files changed, 13 insertions, 47 deletions
diff --git a/files/es/web/css/css_conditional_rules/index.html b/files/es/web/css/css_conditional_rules/index.html
index a635d59d29..1ba95e3d59 100644
--- a/files/es/web/css/css_conditional_rules/index.html
+++ b/files/es/web/css/css_conditional_rules/index.html
@@ -49,52 +49,18 @@ original_slug: Web/CSS/CSS_Reglas_Condicionales
<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>
-<p>{{CompatibilityTable}}</p>
+<h3><code>@document</code> rule</h3>
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Catacterí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</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+{{Compat("css.at-rules.document")}}
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Catacterística</th>
- <th>Android</th>
- <th>Chrome para 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</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<h3><code>@import</code> rule</h3>
+
+{{Compat("css.at-rules.import")}}
+
+<h3><code>@media</code> rule</h3>
+
+{{Compat("css.at-rules.media")}}
+
+<h3><code>@supports</code> rule</h3>
+
+{{Compat("css.at-rules.supports")}} \ No newline at end of file