diff options
Diffstat (limited to 'files/es/web/css/attr()/index.html')
-rw-r--r-- | files/es/web/css/attr()/index.html | 66 |
1 files changed, 1 insertions, 65 deletions
diff --git a/files/es/web/css/attr()/index.html b/files/es/web/css/attr()/index.html index 7f78df0156..d47f8e6b88 100644 --- a/files/es/web/css/attr()/index.html +++ b/files/es/web/css/attr()/index.html @@ -179,68 +179,4 @@ translation_of: Web/CSS/attr() <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>2.0</td> - <td>{{ CompatGeckoDesktop(1.0) }}</td> - <td>8</td> - <td>9.0</td> - <td>3.1</td> - </tr> - <tr> - <td>Usage in other properties than {{cssxref("content")}} and with non-string values {{ experimental_inline() }}</td> - <td>{{CompatNo()}}</td> - <td>{{CompatNo()}} (see {{bug("435426")}})</td> - <td>{{CompatNo()}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>2.1</td> - <td>{{ CompatGeckoMobile(1.0) }}</td> - <td>8</td> - <td>10.0</td> - <td>3.1</td> - </tr> - <tr> - <td>Usage in other properties than {{cssxref("content")}}and with non-string values {{ experimental_inline() }}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatNo()}} (see {{bug("435426")}})</td> - <td>{{CompatNo()}}</td> - <td>{{CompatUnknown()}}</td> - <td>{{CompatUnknown()}}</td> - </tr> - </tbody> -</table> -</div> - -<p> </p> +{{Compat("css.types.attr")}} |