Name | Type | Default | Comment |
---|
cite | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; info on reason for change |
class | CDATA | #IMPLIED | space-separated list of classes |
datetime | CDATA | #IMPLIED | date and time information. ISO date format; date and time of change |
dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
id | ID | #IMPLIED | document-wide unique id |
lang | NAME | #IMPLIED | language code as RFC1766; language code |
onclick | CDATA | #IMPLIED | script expression; a pointer button was clicked |
ondblclick | CDATA | #IMPLIED | script expression; a pointer button was double clicked |
onkeydown | CDATA | #IMPLIED | script expression; a key was pressed down |
onkeypress | CDATA | #IMPLIED | script expression; a key was pressed and released |
onkeyup | CDATA | #IMPLIED | script expression; a key was released |
onmousedown | CDATA | #IMPLIED | script expression; a pointer button was pressed down |
onmousemove | CDATA | #IMPLIED | script expression; a pointer was moved within |
onmouseout | CDATA | #IMPLIED | script expression; a pointer was moved away |
onmouseover | CDATA | #IMPLIED | script expression; a pointer was moved onto |
onmouseup | CDATA | #IMPLIED | script expression; a pointer button was released |
style | CDATA | #IMPLIED | style sheet data; associated style info |
title | CDATA | #IMPLIED | text; advisory title
|