aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/global_attributes/contextmenu/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/global_attributes/contextmenu/index.html')
-rw-r--r--files/fr/web/html/global_attributes/contextmenu/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/html/global_attributes/contextmenu/index.html b/files/fr/web/html/global_attributes/contextmenu/index.html
index 84ea955ed0..ef40b4361f 100644
--- a/files/fr/web/html/global_attributes/contextmenu/index.html
+++ b/files/fr/web/html/global_attributes/contextmenu/index.html
@@ -12,14 +12,13 @@ original_slug: Web/HTML/Attributs_universels/contextmenu
<div>{{HTMLSidebar("Global_attributes")}}{{obsolete_header}}</div>
<div class="warning">
-<p><strong>Attention !</strong> Cet attribut est <a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-contextmenu">obsolète</a> et sera retiré de l'ensemble des navigateurs.</p>
+<p><strong>Attention :</strong> Cet attribut est <a href="https://html.spec.whatwg.org/multipage/obsolete.html#attr-contextmenu">obsolète</a> et sera retiré de l'ensemble des navigateurs.</p>
</div>
<p>L'<a href="/fr/docs/Web/HTML/Attributs_universels">attribut universel</a> <code><strong>contextmenu</strong></code> correspond à l'{{htmlattrxref("id","","identifiant",1)}} d'un élément {{HTMLElement("menu")}} qu'on souhaite utiliser comme menu contextuel pour l'élément courant.</p>
<p>Un menu contextuel est un menu qui apparaît suite à une action utilisateur (par exemple un clic-droit). HTML5 permet désormais de personnaliser ce menu.</p>
-<div id="ContextMenu_Example">
<h2 id="Exemples">Exemples</h2>
<p>Voici quelques exemples de personnalisations de menus. Le code HTML pourra être :</p>
@@ -81,7 +80,6 @@ function changeImage(){
<h3 id="Résultat">Résultat</h3>
<div>{{EmbedLiveSample("Exemples",600,500)}}</div>
-</div>
<h2 id="Spécifications">Spécifications</h2>