The following table shows the attributes included in the three attribute groups "core", "internationalization" and "event".
Attribute group |
Attribute |
Description |
Editing on the Normal pane F - Full support N - No support |
Displaying on the Normal pane F - Full support |
core |
id |
document-wide unique id |
F |
F |
class |
space separated list of classes |
F |
F |
style |
style information |
F |
F |
title |
advisory title or amplification |
N |
N/A |
internationalization |
lang |
language code |
N |
N/A |
dir |
direction for weak or neutral text |
N |
N/A |
event |
onclick |
action when a mouse button is clicked |
F |
N/A |
onbdlclick |
action when a mouse button is double-clicked |
F |
N/A |
onmousedown |
action when a mouse button is pressed down |
F |
N/A |
onmouseup |
action when a mouse button is released |
F |
N/A |
onmouseover |
action when a mouse pointer is moved onto |
F |
N/A |
onmousemove |
action when a mouse pointer is moved within |
F |
N/A |
onmouseout |
action when a mouse pointer is moved away |
F |
N/A |
onkeypress |
action when a key is pressed and released |
F |
N/A |
onkeydown |
action when a key is pressed down |
F |
N/A |
onkeyup |
action when a key is released |
F |
N/A |
Related Items