aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/api/navigator/mozapps/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/archive/b2g_os/api/navigator/mozapps/index.html')
-rw-r--r--files/fr/archive/b2g_os/api/navigator/mozapps/index.html90
1 files changed, 0 insertions, 90 deletions
diff --git a/files/fr/archive/b2g_os/api/navigator/mozapps/index.html b/files/fr/archive/b2g_os/api/navigator/mozapps/index.html
deleted file mode 100644
index 6b1d9283bc..0000000000
--- a/files/fr/archive/b2g_os/api/navigator/mozapps/index.html
+++ /dev/null
@@ -1,90 +0,0 @@
----
-title: window.navigator.mozApps
-slug: Archive/B2G_OS/API/Navigator/mozApps
-tags:
- - API Apps
- - Apps
-translation_of: Archive/B2G_OS/API/Navigator/mozApps
----
-<p>(fr translation)</p>
-
-<p></p><div class="overheadIndicator nonStandard nonStandardHeader">
- <p><strong><span title="Cette API n'a pas été standardisée."><i class="icon-warning-sign"> </i></span> Non standard</strong><br>
- Cette fonctionnalité n'est ni standard, ni en voie de standardisation. Ne l'utilisez pas pour des sites accessibles sur le Web : elle ne fonctionnera pas pour tout utilisateur. Il peut également y avoir d'importantes incompatibilités entre les implémentations et son comportement peut être modifié dans le futur.</p>
- </div><p></p>
-
-<h2 id="Summary" name="Summary">Résumé</h2>
-
-<p>Renvoie un objet <a href="/fr/docs/Web/API/Apps" title="Cette documentation n'a pas encore été rédigée, vous pouvez aider en contribuant !"><code>Apps</code></a> que vous pouvez utiliser pour installer, gérer et contrôler des <a href="/fr/docs/Applications" title="/fr/docs/Applications">Open Web Apps</a> dans le navigateur.</p>
-
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
-
-<pre class="eval">var <em>apps</em> = window.navigator.mozApps;
-</pre>
-
-<h2 id="Specification" name="Specification">Spécification</h2>
-
-<p>Ne fait partie d'aucune spécification. Implementé dans Gecko suite au <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697383" title="FIXED: implement navigator.mozApps">bug 697383</a>.</p>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p></p><p class="warning"><strong><a href="https://github.com/mdn/browser-compat-data">Nous convertissons les données de compatibilité dans un format JSON</a></strong>.
- Ce tableau de compatibilité utilise encore l'ancien format
- car nous n'avons pas encore converti les données qu'il contient.
- <strong><a href="/fr/docs/MDN/Contribute/Structures/Compatibility_tables">Vous pouvez nous aider en contribuant !</a></strong></p>
-
-<div class="htab">
- <a id="AutoCompatibilityTable" name="AutoCompatibilityTable"></a>
- <ul>
- <li class="selected"><a>Ordinateur</a></li>
- <li><a>Mobile</a></li>
- </ul>
-</div><p></p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Support de base</td>
- <td>---</td>
- <td><a href="/en-US/Firefox/Releases/11" title="Sorti le 2012-03-13.">11.0</a> (11.0)</td>
- <td>---</td>
- <td>---</td>
- <td>---</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Fonction</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Support de base</td>
- <td>---</td>
- <td><a href="/en-US/Firefox/Releases/11" title="Sorti le 2012-03-13.">11.0</a> (11.0)</td>
- <td>---</td>
- <td>---</td>
- <td>---</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p> </p>