Name | Type | Default | Comment |
---|
abbr | CDATA | #IMPLIED | text; abbreviation for header cell |
align | ( left | center | right | justify | char ) | #IMPLIED | horizontal alignment of cell contents |
axis | CDATA | #IMPLIED | comma-separated list of related headers |
char | CDATA | #IMPLIED | a single character from ISO10646 (see RFC1815); alignment char, e.g. char=':' |
charoff | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; offset for alignment char; horizontal alignment in cells |
class | CDATA | #IMPLIED | space-separated list of classes |
colspan | NUMBER | 1 | number of cols spanned by cell |
dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
headers | IDREFS | #IMPLIED | list of id's for header cells |
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 |
rowspan | NUMBER | 1 | number of rows spanned by cell |
scope | ( row | col | rowgroup | colgroup ) | #IMPLIED | scope covered by header cells |
style | CDATA | #IMPLIED | style sheet data; associated style info |
title | CDATA | #IMPLIED | text; advisory title |
valign | ( top | middle | bottom | baseline ) | #IMPLIED | vertical alignment in cells
|