Name | Type | Default | Comment |
---|
archive | CDATA | #IMPLIED | space-separated list of URIs |
class | CDATA | #IMPLIED | space-separated list of classes |
classid | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; identifies an implementation |
codebase | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; base URI for classid, data, archive |
codetype | CDATA | #IMPLIED | media type; content type for code |
data | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; reference to object's data |
declare | ( declare ) | #IMPLIED | declare but don't instantiate flag |
dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
height | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; override height |
id | ID | #IMPLIED | document-wide unique id |
lang | NAME | #IMPLIED | language code as RFC1766; language code |
name | CDATA | #IMPLIED | submit as part of form |
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 |
standby | CDATA | #IMPLIED | text; message to show while loading |
style | CDATA | #IMPLIED | style sheet data; associated style info |
tabindex | NUMBER | #IMPLIED | position in tabbing order |
title | CDATA | #IMPLIED | text; advisory title |
type | CDATA | #IMPLIED | media type; content type for data |
usemap | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; use client-side image map |
width | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; override width
|