aboutsummaryrefslogtreecommitdiff
path: root/files/fr/conflicting/web/html/global_attributes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/conflicting/web/html/global_attributes/index.html')
-rw-r--r--files/fr/conflicting/web/html/global_attributes/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/conflicting/web/html/global_attributes/index.html b/files/fr/conflicting/web/html/global_attributes/index.html
new file mode 100644
index 0000000000..3ff9306fa4
--- /dev/null
+++ b/files/fr/conflicting/web/html/global_attributes/index.html
@@ -0,0 +1,26 @@
+---
+title: Attribut universel
+slug: Glossaire/Attribut_global
+tags:
+ - Attribut
+ - Glossaire
+ - HTML
+translation_of: Web/HTML/Global_attributes
+translation_of_original: Glossary/Global_attribute
+---
+<p>Les <strong>attributs universels</strong> sont des {{glossary("attribute","attributs")}} qui peuvent être utilisés avec tous les {{glossary("element","éléments")}} (bien que parfois sans effet sur certains d'entre-eux).</p>
+
+<p>Un petit nombre d'attributs peut être utilisé sur tout élément HTML :</p>
+
+<ul>
+ <li><a href="/fr/docs/Web/HTML/Attributs_globaux/dir"><strong>dir</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/lang"><strong>lang</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/style"><strong>style</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/id"><strong>id</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/class"><strong>class</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/tabindex"><strong>tabindex</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/accesskey"><strong>accesskey</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/title"><strong>title</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/hidden"><strong>hidden</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/data-*"><strong>data-*</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/contextmenu"><strong>contextmenu</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/contenteditable"><strong>contenteditable</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/translate"><strong>translate</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/spellcheck"><strong>spellcheck</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/draggable"><strong>draggable</strong></a>, <a href="/fr/docs/Web/HTML/Attributs_globaux/dropzone"><strong>dropzone</strong></a>, <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels/itemid"><strong>itemid</strong></a>, <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels/itemprop"><strong>itemprop</strong></a>, <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels/itemref"><strong>itemref</strong></a>, <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels/itemscope"><strong>itemscope</strong></a> et <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels/itemtype"><strong>itemtype</strong></a>.</li>
+ <li><strong>xml:lang</strong> et <strong>xml:base</strong>, dépréciés, hérités des spécifications {{glossary("XHTML")}} et conservés pour des raisons de compatibilité.</li>
+ <li>Les multiples attributs <strong><a href="https://developer.mozilla.org/fr/docs/Accessibilité/ARIA">aria-*</a></strong>, pour améliorer l'accessibilité.</li>
+ <li>Les attributs de gestion d'événement : <strong>onabort</strong>, <strong>onautocomplete</strong>, <strong>onautocompleteerror</strong>, <strong>onblur</strong>, <strong>oncancel</strong>, <strong>oncanplay</strong>, <strong>oncanplaythrough</strong>, <strong>onchange</strong>, <strong>onclick</strong>, <strong>onclose</strong>, <strong>oncontextmenu</strong>, <strong>oncuechange</strong>, <strong>ondblclick</strong>, <strong>ondrag</strong>, <strong>ondragend</strong>, <strong>ondragenter</strong>, <strong>ondragexit</strong>, <strong>ondragleave</strong>, <strong>ondragover</strong>, <strong>ondragstart</strong>, <strong>ondrop</strong>, <strong>ondurationchange</strong>, <strong>onemptied</strong>, <strong>onended</strong>, <strong>onerror</strong>, <strong>onfocus</strong>, <strong>oninput</strong>, <strong>oninvalid</strong>, <strong>onkeydown</strong>, <strong>onkeypress</strong>, <strong>onkeyup</strong>, <strong>onload</strong>, <strong>onloadeddata</strong>, <strong>onloadedmetadata</strong>, <strong>onloadstart</strong>, <strong>onmousedown</strong>, <strong>onmouseenter</strong>, <strong>onmouseleave</strong>, <strong>onmousemove</strong>, <strong>onmouseout</strong>, <strong>onmouseover</strong>, <strong>onmouseup</strong>, <strong>onmousewheel</strong>, <strong>onpause</strong>, <strong>onplay</strong>, <strong>onplaying</strong>, <strong>onprogress</strong>, <strong>onratechange</strong>, <strong>onreset</strong>, <strong>onresize</strong>, <strong>onscroll</strong>, <strong>onseeked</strong>, <strong>onseeking</strong>, <strong>onselect</strong>, <strong>onshow</strong>, <strong>onsort</strong>, <strong>onstalled</strong>, <strong>onsubmit</strong>, <strong>onsuspend</strong>, <strong>ontimeupdate</strong>, <strong>ontoggle</strong>, <strong>onvolumechange</strong>, <strong>onwaiting</strong>.</li>
+</ul>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<ul>
+ <li>Les <a href="/fr/docs/Web/HTML/Attributs_globaux">attributs universels</a> HTML.</li>
+</ul>