diff options
Diffstat (limited to 'files/fr/web/api/idbobjectstore/clear/index.html')
| -rw-r--r-- | files/fr/web/api/idbobjectstore/clear/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/files/fr/web/api/idbobjectstore/clear/index.html b/files/fr/web/api/idbobjectstore/clear/index.html index ad64ef25e0..7a46763b74 100644 --- a/files/fr/web/api/idbobjectstore/clear/index.html +++ b/files/fr/web/api/idbobjectstore/clear/index.html @@ -10,7 +10,7 @@ translation_of: Web/API/IDBObjectStore/clear <p>Vider un magasin d'objet consiste à supprimer tous les enregistrements et les entrées des index de ce magasin d'objet.</p> <div class="note"> -<p>Note: La méthode clear() ne remet pas à zero le compteur du génerateur de clé s'il y en à un.</p> +<p><strong>Note :</strong> La méthode clear() ne remet pas à zero le compteur du génerateur de clé s'il y en à un.</p> </div> <p>{{AvailableInWorkers}}</p> @@ -78,7 +78,9 @@ function clearData() { }; </pre> -<p class="note">Pour un exemple de travail complet, voir notre <a href="https://github.com/mdn/to-do-notifications/">To-do Notifications</a> app (<a href="http://mdn.github.io/to-do-notifications/">view example live</a>).</p> +<div class="note"> + <p><strong>Note :</strong> Pour un exemple de travail complet, voir notre <a href="https://github.com/mdn/to-do-notifications/">To-do Notifications</a> app (<a href="http://mdn.github.io/to-do-notifications/">view example live</a>).</p> +</div> <h2 id="Spécification">Spécification</h2> @@ -97,7 +99,7 @@ function clearData() { </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilité avec les navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité avec les navigateurs</h2> <p>{{Compat("api.IDBObjectStore.clear")}}</p> @@ -110,5 +112,5 @@ function clearData() { <li>{{domxref("IDBKeyRange","Définir l'intervalle des clés")}}</li> <li>{{domxref("IDBObjectStore","Accès aux magasins d'objets")}}</li> <li>{{domxref("IDBCursor","Utiliser les curseur")}}</li> - <li>Exemple de référence: <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a class="external" href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> + <li>Exemple de référence: <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a href="http://mdn.github.io/to-do-notifications/">view example live</a>.)</li> </ul> |
