diff options
Diffstat (limited to 'files/fr/web/api/idbkeyrange/upperopen/index.html')
| -rw-r--r-- | files/fr/web/api/idbkeyrange/upperopen/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/idbkeyrange/upperopen/index.html b/files/fr/web/api/idbkeyrange/upperopen/index.html index 78bd094f95..be0068210d 100644 --- a/files/fr/web/api/idbkeyrange/upperopen/index.html +++ b/files/fr/web/api/idbkeyrange/upperopen/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/IDBKeyRange/upperOpen <p>La propriété <strong><code>upperOpen</code></strong> sert ici à afficher sur la console le booléen indiquant si la valeur de la limite supérieure est comprise dans l'intervalle.</p> -<pre class="brush: js" style="font-size: 14px;">function displayData() { +<pre class="brush: js">function displayData() { var keyRangeValue = IDBKeyRange.bound("F", "W", true, true); console.log(keyRangeValue.upperOpen); @@ -66,7 +66,7 @@ translation_of: Web/API/IDBKeyRange/upperOpen </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.IDBKeyRange.upperOpen")}}</p> @@ -79,5 +79,5 @@ translation_of: Web/API/IDBKeyRange/upperOpen <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> |
