aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/idbobjectstore/autoincrement/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/idbobjectstore/autoincrement/index.html')
-rw-r--r--files/fr/web/api/idbobjectstore/autoincrement/index.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/files/fr/web/api/idbobjectstore/autoincrement/index.html b/files/fr/web/api/idbobjectstore/autoincrement/index.html
index 834991b34f..58aebe2096 100644
--- a/files/fr/web/api/idbobjectstore/autoincrement/index.html
+++ b/files/fr/web/api/idbobjectstore/autoincrement/index.html
@@ -7,7 +7,9 @@ translation_of: Web/API/IDBObjectStore/autoIncrement
<p>La propriété <strong><code>autoIncrement</code></strong> de l'interface {{domxref("IDBObjectStore")}} renvoie la position du drapeau d’incrémentation automatique du magasin d'objet {{domxref("IDBObjectStore","relié")}}.</p>
-<p class="note">Note: Chaque magasin d'objets à son conteur d’incrémentation automatique.</p>
+<div class="note">
+ <p><strong>Note :</strong> Chaque magasin d'objets à son conteur d’incrémentation automatique.</p>
+</div>
<p>{{AvailableInWorkers}}</p>
@@ -75,7 +77,9 @@ function addData() {
};
</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>
@@ -94,7 +98,7 @@ function addData() {
</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.autoIncrement")}}</p>
@@ -107,5 +111,5 @@ function addData() {
<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>