diff options
Diffstat (limited to 'files/es/web/manifest')
-rw-r--r-- | files/es/web/manifest/index.html | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/files/es/web/manifest/index.html b/files/es/web/manifest/index.html index 308ec56be5..0b671c3383 100644 --- a/files/es/web/manifest/index.html +++ b/files/es/web/manifest/index.html @@ -308,77 +308,4 @@ translation_of: Web/Manifest <h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2> -<div>{{CompatibilityTable}}</div> - -<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 (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>background_color</code> and <code>theme_color</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</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>Feature</th> - <th>Android</th> - <th>Android Webview</th> - <th>Firefox Mobile (Gecko)</th> - <th>Firefox OS</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome for Android</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(39.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>32.0</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatChrome(39.0)}}</td> - </tr> - <tr> - <td><code>background_color</code> and <code>theme_color</code></td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(46.0)}} [1]</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatChrome(46.0)}} [1]</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Does not support <code>lang</code> or <code>scope</code>.</p> +{{Compat("html.manifest")}} |