In this chapter we are listing only HTML5 global attributes.

Check references for other HTML5 attributes:

a - f

ATTRIBUTE DESCRIPTION
contenteditable defines if the content of an element is editable
contextmenu describes the content menu for an element
data-*  stores element's custom data and applies as needed
draggable gives an element permits to be dragged
dropzone defines if dragged area will be moved, copied, or linked when dropped

g - n

ATTRIBUTE DESCRIPTION
hidden makes an element irrelevant

o - z

ATTRIBUTE DESCRIPTION
spellcheck enables a browser to spell check the given element
translate "orders" a browser to translate the element (or not)