Events - Liste (IE, Netscape, Mozialla, Opera, Safari) ====================================================== Zeitpunkt: Erscheinungszeitpunkt des IE 6 Die Eventverwaltung vom Internet Explorer unterscheidet sich vom Mozilla oder Opera. Außerdem unterscheiden sich die HTML-Elemente. Daher ist nachfolgende Event-Übersicht durch konkrete Beschreibungen zum Browser zu ergänzen. Microsoft Internet Explorer - DHMTL und CSS und HTML-DOM komplett Der Browserhersteller hat vollen Support, der HTML- und Scriptobjekte im Detail und im Kontext darstellt. (inklusive sturkturierte und vernetzte Detailinfos zu Objekten in HTML und Script (auch Eigenschaften, Methoden, Events, Collectionen, Unterobjekte, Beispiele etc.)) http://msdn2.microsoft.com/en-us/library/ms533050.aspx Netscape Der Browser wird nicht mehr weiterentwickelt. Der einst mächtige Konkurrent des Microsoft Internet Explorers hat aufgegeben und ist in Mozilla eingegangen. Mozilla Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Eine Auswahl von Objekten wird pauschal beschrieben. http://www.mozilla.org/catalog/web-developer/ Achtung: http://www.mozilla.org/catalog/web-developer/html ist nicht gepflegt und enthält tote Links auf Netscape http://developer.mozilla.org/en/docs/CSS_Reference http://developer.mozilla.org/en/docs/DHTML http://developer.mozilla.org/en/docs/DOM Mozilla XML User-interface Language (XUL) http://www.xulplanet.com/ Opera Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Dafür erfolgt die pauschale Auflistung mit Links zu W3C. http://www.opera.com/docs/specs/ http://dev.opera.com/articles/html/ http://dev.opera.com/articles/css/ http://dev.opera.com/tools/ http://opera-fansite.de/tiki-view_articles.php Safari von Apple http://www.apple.com/support/safari/ W3C http://www.w3.org/Consortium/siteindex W3C HTML 4.01 http://www.w3.org/TR/html4/ angebotene gz-Dateien sind nicht unbedingt kompatibel zu WinZip, TugZip, WinRAR etc. W3C HTML 5 http://www.w3.org/html/wg/html5/ W3C XHTML 1.0 http://www.w3.org/TR/xhtml1/ W3C XHMTL 1.1 http://www.w3.org/TR/xhtml11/ W3C Online-HTML Validator http://validator.w3.org/ HTML Tidy (Verifizierung die von W3C empfohlen wird) http://tidy.sourceforge.net/ Folgende Objekte sind HTML 4.01 verboten: LISTING PLAINTEXT XMP und sollen durch PRE ersetzt werden, das selbst das Attribut width als deprecated hat. Folgende Objekte sollen in HTML 4.01 komplett nicht mehr benutzt werden: APPLET dafüre OBJECT benutzen BASEFONT CENTER zu ersetzen durch .style, wenn ein center-Wert überhaupt implementiert ist im Objekt (falls nicht, dann Container-Objekt als Eltern einfügen, das center per .style kann) DIR FONT zu ersetzen per .style Achtung: diverse Styles sind deprecated ISINDEX MENU S STRIKE Für folgende Objekte sind in HTML 4.01 bestimmte Attribute deprecated: HTML version = cdata BODY background = uri text = color link = color vlink = color alink = color PRE width = number LI, UL, OL type = style-information start = number value = number compact TABLE align = left|center|right CAPTION align = top|bottom|left|right TH und TD nowrap width = length height = length OBJECT und IMG hspace = pixels vspace = pixels border = pixels align = bottom|middle|top|left|right HR align = left|center|right noshade size = pixels width = length FIELDSET und LEGEND align = top|bottom|left|right SCRIPT language = cdata dafür benutzen type = content-type (also MIME-Typ), aber type hat keinen Standardwert Beispiel für Ersatz von BACKGROUND-Attribut durch Style: Der Style background wird von allen wichtigen Browsern unterstützt, aber nur für folgende Objekte (zum Zeitpunkt des Erscheinens des IE 6): a b blockquote body code div em form h1 h2 h3 h4 h5 h6 hr i input li ol p pre small span strong table td textarea th tr ul IE Microsoft Internet Exporer NS Netscape MO Mozilla OP Opera SA Apple Safari IE NS MO OP SA onabort 4.0+ no no no 1.0+ onactivate 4.0+ no no no no onafterprint 4.0+ no no no no onafterupdate 4.0+ no no no no onbeforeactivate 4.0+ no no no no onbeforecopy 4.0+ no no no 1.0+ onbeforecut 4.0+ no no no 1.0+ onbeforedeactivate 4.0+ no no no no onbeforeeditfocus 4.0+ no no no no onbeforepaste 4.0+ no no no 1.0+ onbeforeprint 4.0+ no no no no onbeforeunload 4.0+ no no no no onbeforeupdate 4.0+ no no no no onblur 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onbounce 4.0+ no no no no oncellchange 4.0+ no no no no onclick 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ oncontextmenu 4.0+ no no no 1.0+ oncontrolselect 4.0+ no no no no oncopy 4.0+ no no no 1.0+ oncut 4.0+ no no no 1.0+ ondataavailable 4.0+ no no no no ondatasetchanged 4.0+ no no no no ondatasetcomplete 4.0+ no no no no ondblclick 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ ondeactivate 4.0+ no no no no ondrag 4.0+ no no no 1.0+ ondragend 4.0+ no no no 1.0+ ondragenter 4.0+ no no no 1.0+ ondragleave 4.0+ no no no 1.0+ ondragover 4.0+ no no no 1.0+ ondragstart 4.0+ no no no 1.0+ ondrop 4.0+ no no no 1.0+ onerror 4.0+ no no no 1.0+ onerrorupdate 4.0+ no no no no onfilterchange 4.0+ no no no no onfinish 4.0+ no no no no onfocus 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onfocusin 4.0+ no no no no onfocusout 4.0+ no no no no onhelp 4.0+ no no no no onkeydown 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onkeypress 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onkeyup 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onlayoutcomplete 4.0+ no no no no onload 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onlosecapture 4.0+ no no no no onmousedown 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onmouseenter 4.0+ no no no no onmouseleave 4.0+ no no no no onmousemove 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onmouseout 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onmouseover 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onmouseup 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onmousewheel 4.0+ no no no no onmove 4.0+ no no no no onmoveend 4.0+ no no no no onmovestart 4.0+ no no no no onpaste 4.0+ no no no 1.0+ onpropertychange 4.0+ no no no no onreadystatechange 4.0+ no no no no onreset 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ onresize 4.0+ no no no 1.0+ onresizeend 4.0+ no no no no onresizestart 4.0+ no no no no onrowenter 4.0+ no no no no onrowexit 4.0+ no no no no onrowsdelete 4.0+ no no no no onrowsinserted 4.0+ no no no no onscroll 4.0+ no no no 1.0+ onselectstart 4.0+ no no no 1.0+ onselect 2.0+ 1.0+ no no no onstart 4.0+ no no no no onsubmit 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ ontimeerror 4.0+ no no no no Liste der HTML-Elemente (Tags) und ihre Events ============================================== Microsoft Internet Explorer - DHMTL und CSS und HTML-DOM komplett Der Browserhersteller hat vollen Support, der HTML- und Scriptobjekte im Detail und im Kontext darstellt. (inklusive sturkturierte und vernetzte Detailinfos zu Objekten in HTML und Script (auch Eigenschaften, Methoden, Events, Collectionen, Unterobjekte, Beispiele etc.)) http://msdn2.microsoft.com/en-us/library/ms533050.aspx Netscape Der Browser wird nicht mehr weiterentwickelt. Der einst mächtige Konkurrent des Microsoft Internet Explorers hat aufgegeben und ist in Mozilla eingegangen. Mozilla Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Eine Auswahl von Objekten wird pauschal beschrieben. http://www.mozilla.org/catalog/web-developer/ Achtung: http://www.mozilla.org/catalog/web-developer/html ist nicht gepflegt und enthält tote Links auf Netscape http://developer.mozilla.org/en/docs/CSS_Reference http://developer.mozilla.org/en/docs/DHTML http://developer.mozilla.org/en/docs/DOM Mozilla XML User-interface Language (XUL) http://www.xulplanet.com/ Opera Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Dafür erfolgt die pauschale Auflistung mit Links zu W3C. http://www.opera.com/docs/specs/ http://dev.opera.com/articles/html/ http://dev.opera.com/articles/css/ http://dev.opera.com/tools/ http://opera-fansite.de/tiki-view_articles.php Safari von Apple http://www.apple.com/support/safari/ W3C http://www.w3.org/Consortium/siteindex W3C HTML 4.01 http://www.w3.org/TR/html4/ angebotene gz-Dateien sind nicht unbedingt kompatibel zu WinZip, TugZip, WinRAR etc. W3C HTML 5 http://www.w3.org/html/wg/html5/ W3C XHTML 1.0 http://www.w3.org/TR/xhtml1/ W3C XHMTL 1.1 http://www.w3.org/TR/xhtml11/ W3C Online-HTML Validator http://validator.w3.org/ HTML Tidy (Verifizierung die von W3C empfohlen wird) http://tidy.sourceforge.net/ IE Microsoft Internet Exporer NS Netscape MO Mozilla OP Opera SA Apple Safari !DOC IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ a IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey charset class contenteditable coords datafld datasrc dir disabled hidefocus href hreflang id lang language methods name rel rev shape style tabindex target title type unselectable urn Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror acronym IE NS MO OP SA 4.0+ 6.0+ 1.0+ no 1.0+ Attribute: class dir id lang style title Events: onactivate onbeforedeactivate onbeforeeditfocus onblur onclick oncontrolselect ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onkeydown onkeypress onkeyup onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmove onmoveend onmovestart onreadystatechange onresizeend onresizestart onselectstart ontimeerror address IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror applet IE NS MO OP SA 2.0+ 2.0+ 1.0+ 7.0+ 1.0+ Attribute: accesskey align alt archive class code codebase datafld datasrc height hidefocus hspace id mayscript name object src style tabindex title vsapce width unselectable Events: onactivate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur oncontextmenu oncontrolselect oncut ondataavailable ondatasetchanged ondatasetcomplete ondblclick ondeactivate onfocus onfocusin onfocusout onhelp onkeypress onload onlosecapture onmousedown onmouseenter onmouseleave onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onrowenter onrowexit onrowsdelete onrowsinserted onscroll area IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey alt class coords dir hidefocus href id lang href shape style tabindex target title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror b IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror base IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: href id target Events: onlayoutcomplete onmouseenter onmouseleave onreadystatechange basefont IE NS MO OP SA Attribute: color face id size Events: onlayoutcomplete onmouseenter onmouseleave onreadystatechange bdo IE NS MO OP SA 5.0+ 6.0+ 1.0+ 7.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onbeforeupdate onblur oncellchange onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerrorupdate onfilterchange onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onscroll onselectstart bgsound IE NS MO OP SA 2.0+ no no no no Attribute: balance loop volume Events: onlayoutcomplete onmouseenter onmouseleave onreadystatechange big IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror blink IE NS MO OP SA no 1.0+ no no no Attribute: class id lang style blockquote IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey cite class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror body IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey alink background bgcolor bgproperties bottommargin class contenteditable dir disabled hidefocus id lang language leftmargin link marginheight marginwidth nowrap rightmargin scroll style tabindex text title unselectable vlink Events: onactivate onafterprint onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onbeforeprint onbeforeunload onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfilterchange onfocusin onfocusout onkeydown onkeypress onkeyup onload onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onscroll onselectstart onunload br IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: class clear id style title Events: onlayoutcomplete onlosecapture onreadystatechange button IE NS MO OP SA 4.0+ 6.0+ 1.0+ 5.0+ 1.0+ Attribute: accesskey class contenteditable datafld dataformatas datasrc hidefocus id lang language name style tabindex title type value Events: onactivate onafterupdate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onbeforeupdate onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondragend ondragenter ondragleave ondragover ondrop onerrorupdate onfilterchange onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart caption IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir hidefocus id lang language style tabindex title unselectable valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror center IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror col IE NS MO OP SA 4.0+ 6.0+ 1.0+ 7.0+ 1.0+ Attribute: align bgcolor char charoff class dir id lang span style title valign width Events: onclick ondblclick onkeydown onkeypress onkeyup onlayoutcomplete onmousedown onmousemove onmouseout onmouseover onmouseup onreadystatechange colgroup IE NS MO OP SA 4.0+ 6.0+ 1.0+ 7.0+ 1.0+ Attribute: align bgcolor char charoff class dir id lang span style title valign width Events: onclick ondblclick onkeydown onkeypress onkeyup onmousedown onmousemove onmouseout onmouseover onmouseup onreadystatechange dd IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language nowrap style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror del IE NS MO OP SA 4.0+ 6.0+ 1.0+ 7.0+ 1.0+ Attribute: accesskey cite class contenteditable datetime dir disabled id lang language style tabindex title unselectable Events: onbeforeeditfocus onblur onclick ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onkeydown onkeypress onkeyup onmousedown onmousemove onmouseout onmouseover onmouseup onreadystatechange onselectstart ontimeerror dfn IE NS MO OP SA 2.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart dir IE NS MO OP SA 2.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey contenteditable dir disabled hidefocus language tabindex unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror div IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language nowrap style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror dl IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class compact contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu dt IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class compact contenteditable dir disabled hidefocus id lang language nowrap style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror em IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror embed IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ no Attribute: accesskey align alt border class codebase height hidden hspace id language name palette pluginspage src style title type units unselectable vsapce width Events: onactivate onbeforeactivate onbeforecut onbeforedeactivate onbeforepaste onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate onfocus onfocusin onfocusout onhelp onload onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onscroll fieldset IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable datafld dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror font IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class color contenteditable dir disabled face hidefocus id lang language point-size size style tabindex title unselectable weight Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror form IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accept-charset action autocomplete class contenteditable dir disabled encype hidefocus id lang language method name style tabindex target title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onreset onresizeend onresizestart onselectstart onsubmit ontimeerror frameset IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: border bordercolor class cols frameborder framespacing hidefocus id lang language longdesc rows style tabindex title unselectable Events: onactivate onafterprint onbeforedeactivate onbeforeprint onbeforeunload onblur oncontrolselect ondeactivate onfocus onload onmove onmoveend onmovestart onresizeend onresizestart onunload h1 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror h2 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror h3 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror h4 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror h5 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror h6 IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror head IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir id lang profile Events: onlayoutcomplete onreadystatechange hr IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class dir hidefocus id lang language noshade size style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror i IE NS MO OP SA 4.0+ 4.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror iframe IE NS MO OP SA 3.0+ 3.0+ 1.0+ 5.0+ 1.0+ Attribute: align allowtransparency application bordercolor class datafld datasrc frameborder height hidefocus hspace id lang language longdesc marginheight marginwidth name scrolling src style tabindex title unselectable vsapce width Events: onactivate onafterupdate onbeforedeactivate onbeforeupdate onblur onclick oncontrolselect ondblclick ondeactivate onerrorupdate onfocus onload onmove onmoveend onmovestart onreadystatechange onresizeend onresizestart ontimeerror ilayer IE NS MO OP SA no 4.0-4.8 no no no Attribute: above background below class clip height id left name pagex pagey src style top visibility width z-index img IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align alt border class datafld datasrc dir dynsrc galleryimg height hidefocus hspace id lang language longdesc loop lowsrc src style tabindex title unselectable usemap vsapce width Events: onactivate onafterupdate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onbeforeupdate onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerrorupdate onfilterchange onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror input IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accept accesskey align alt autocomplete checked class dir disabled dynsrc hidefocus hspace id lang language loop lowsrc maxlength name readonly size src style tabindex title type unselectable value vsapce Events: onabort onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onchange onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerrorupdate onfilterchange onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror ins IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey cite class contenteditable datetime dir disabled id lang language style tabindex title unselectable Events: onactivate onbeforedeactivate onbeforeeditfocus onblur onclick oncontrolselect ondblclick ondeactivate onfocus onkeydown onkeypress onkeyup onmousedown onmousemove onmouseout onmouseover onmouseup onmove onmoveend onmovestart onreadystatechange onresizeend onresizestart ontimeerror isindex IE NS MO OP SA 4.0+ 4.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey action class dir disabled hidefocus href id lang language style tabindex title unselectable Events: onactivate onbeforedeactivate onbeforeeditfocus onblur onclick oncontrolselect ondblclick ondeactivate onfocus onkeydown onkeypress onkeyup onmove onmoveend onmovestart onreadystatechange onresize onresizeend onresizestart kbd IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror label IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable datafld datasrc dataformatas dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerrorupdate onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart layer IE NS MO OP SA no 4.0-4.8 no no no Attribute: above background below bgcolor class clip height id left name overflow pagex pagey style title top visibility width z-index legend IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate onerrorupdate onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart ontimeerror li IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title type unselectable value Events: onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate onerrorupdate onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror link IE NS MO OP SA 3.0+ 4.0+ 1.0+ no 1.0+ Attribute: charset class dir disabled href hreflang id lang media rel rev style target title type Events: onclick ondblclick onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseout onmouseover onmouseup onreadystatechange map IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir id lang style title Events: onbeforeactivate onbeforecut onbeforepaste onclick oncut ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onpaste onpropertychange onreadystatechange onscroll onselectstart marquee IE NS MO OP SA 3.0-6.0 6.0-7.0 no no no Attribute: accesskey behavior bgcolor class contenteditable datafld dataformatas datasrc dir direction height hidefocus hspace id lang language loop scrollamount scrolldelay style tabindex title truespeed unselectable vsapce width Events: onactivate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onbounce onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerrorupdate onfilterchange onfinish onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onscroll onselectstart onstart ontimeerror meta IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: content dir http-equiv id lang name scheme Events: onlayoutcomplete nobr IE NS MO OP SA 4.0-6.0 6.0-7.0 no 4-7 no Attribute: class contenteditable dir disabled id style title unselectable Events: onbeforeactivate onbeforecopy onbeforecut onbeforepaste onclick oncut ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onpaste onpropertychange onreadystatechange onscroll onselectstart noembed IE NS MO OP SA no 2.0-4.7 no no no Attribute: class id style title noframes IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir id lang style title Events: onreadystatechange noscript IE NS MO OP SA 3.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir id lang style title Events: onreadystatechange object IE NS MO OP SA 3.0+ 4.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align archive border class code codebase data datafld datasrc declare dir height hidefocus hspace id lang name standby style tabindex title type unselectable usemap vsapce width Events: onactivate onbeforeactivate onbeforedeactivate onbeforeeditfocus onblur oncellchange onclick oncontextmenu oncontrolselect oncut ondblclick ondataavailable ondatasetchanged ondatasetcomplete ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onerror onerrorupdate onfilterchange onfocus onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onrowenter onrowexit onrowsdelete onrowsinserted onscroll onselectstart ol IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class compact contenteditable dir disabled hidefocus id lang language style tabindex title type unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror optgroup IE NS MO OP SA 6.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir disabled id label lang style title Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror option IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: class dir disabled id label lang language selected style title value Events: onclick ondblclick ondeactivate onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onpropertychange onreadystatechange onselectstart ontimeerror p IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror param IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: datafld dataformatas datasrc id name type value valueype pre IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable width wrap xml:space Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror q IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey cite class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onkeydown onkeypress onkeyup onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror rt IE NS MO OP SA 5.0-6.0 no no no no Attribute: accesskey class contenteditable dir disabled hidefocus id lang language name style tabindex title unselectable Events: onactivate onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontrolselect ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onkeydown onkeypress onkeyup onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onreadystatechange onresizeend onresizestart onselectstart ontimeerror ruby IE NS MO OP SA 5.0-6.0 no no no no Attribute: accesskey class contenteditable dir disabled hidefocus id lang language name style tabindex title unselectable Events: onactivate onafterupdate onbeforeactivate onbeforecut onbeforepaste onclick oncut ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onpaste onpropertychange onreadystatechange onscroll onselectstart s IE NS MO OP SA 2.0+ 3.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror samp IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror script IE NS MO OP SA 3.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: charset defer event id language src type xml:space Events: onload onpropertychange onreadystatechange select IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align class datafld datasrc dir disabled hidefocus id lang language multiple name size style tabindex title unselectable Events: onactivate onafterupdate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onbeforeupdate onblur onchange onclick oncontextmenu oncontrolselect oncut ondblclick ondeactivate ondragenter ondragleave ondragover ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart small IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror span IE NS MO OP SA 3.0+ 3.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable datafld dataformatas datasrc dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresizeend onresizestart onselectstart ontimeerror strike IE NS MO OP SA 2.0+ 3.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror strong IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlayoutcomplete onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror style IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: dir disabled id lang media title type xml:space Events: onerror onreadystatechange sub IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror sup IE NS MO OP SA 2.0+ 2.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror table IE NS MO OP SA 2.0+ 1.1+ 1.0+ 4.0+ 1.0+ Attribute: accesskey background bgcolor border bordercolor bordercolordark bordercolorlight cellpadding cellspacing class cols datapagesize datasrc dir frame height hidefocus hspace id lang language rules style summary tabindex title unselectable vsapce width Events: onactivate onbeforeactivate onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onscroll onselectstart ontimeerror tbody IE NS MO OP SA 4.0+ 6.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align bgcolor char charoff class dir hidefocus id lang language style tabindex title unselectable valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror td IE NS MO OP SA 2.0+ 1.1+ 1.0+ 4.0+ 1.0+ Attribute: abbr accesskey align axis background bgcolor bordercolor bordercolordark bordercolorlight char charoff class colspan dir headers height hidefocus id lang language nowrap rowspan scope style tabindex title unselectable valign width Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror textarea IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class cols datafld datasrc dir disabled hidefocus id lang language name readonly rows style tabindex title wrap Events: onactivate onafterupdate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onchange onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror tfoot IE NS MO OP SA 4.0+ 6.0+ 1.0+ 5.0+ 1.0+ Attribute: accesskey align char charoff class dir hidefocus id lang language style tabindex title unselectable valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror th IE NS MO OP SA 2.0+ 1.1+ 1.0+ 4.0+ 1.0+ Attribute: abbr accesskey align axis background bgcolor bordercolor bordercolordark bordercolorlight char charoff class colspan dir headers height hidefocus id lang language nowrap rowspan scope style tabindex title unselectable valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror thead IE NS MO OP SA 3.0+ 6.0+ 1.0+ 5.0+ 1.0+ Attribute: accesskey align char charoff class dir hidefocus id lang language style tabindex title unselectable valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror title IE NS MO OP SA 2.0+ 1.1+ 1.0+ 5.0+ 1.0+ Attribute: dir id lang Events: onlayoutcomplete onreadystatechange tr IE NS MO OP SA 2.0+ 1.1+ 1.0+ 4.0+ 1.0+ Attribute: accesskey align bgcolor bordercolor bordercolordark bordercolorlight char charoff class dir height hidefocus id lang language style tabindex title valign Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror tt IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir disabled hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror u IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror ul IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class compact contenteditable dir hidefocus id lang language style tabindex title type unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror var IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror wbr IE NS MO OP SA 2.0-6.0 1.1-4.8 no no no Attribute: id xml IE NS MO OP SA 5.0+ no no no no Attribute: id src Events: ondataavailable ondatasetchanged ondatasetcomplete onreadystatechange onrowenter onrowexit onrowsdelete onrowsinserted xmp IE NS MO OP SA 2.0-6.0 1.0-7.0 no 4-7 no Attribute: accesskey class contenteditable dir hidefocus id lang language style tabindex title unselectable Events: onactivate onbeforeactivate onbeforecopy onbeforecut onbeforedeactivate onbeforeeditfocus onbeforepaste onblur onclick oncontextmenu oncontrolselect oncopy oncut ondblclick ondeactivate ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop onfocus onfocusin onfocusout onhelp onkeydown onkeypress onkeyup onlosecapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onmousewheel onmove onmoveend onmovestart onpaste onpropertychange onreadystatechange onresize onresizeend onresizestart onselectstart ontimeerror Liste der Events und ihnen zugeordneten HTML-Elemente (IE, Netscape, Mozialla, Opera, Safari) ============================================================================================= Zeitpunkt: Erscheinungszeitpunkt des IE 6 Microsoft Internet Explorer - DHMTL und CSS und HTML-DOM komplett Der Browserhersteller hat vollen Support, der HTML- und Scriptobjekte im Detail und im Kontext darstellt. (inklusive sturkturierte und vernetzte Detailinfos zu Objekten in HTML und Script (auch Eigenschaften, Methoden, Events, Collectionen, Unterobjekte, Beispiele etc.)) http://msdn2.microsoft.com/en-us/library/ms533050.aspx Netscape Der Browser wird nicht mehr weiterentwickelt. Der einst mächtige Konkurrent des Microsoft Internet Explorers hat aufgegeben und ist in Mozilla eingegangen. Mozilla Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Eine Auswahl von Objekten wird pauschal beschrieben. http://www.mozilla.org/catalog/web-developer/ Achtung: http://www.mozilla.org/catalog/web-developer/html ist nicht gepflegt und enthält tote Links auf Netscape http://developer.mozilla.org/en/docs/CSS_Reference http://developer.mozilla.org/en/docs/DHTML http://developer.mozilla.org/en/docs/DOM Mozilla XML User-interface Language (XUL) http://www.xulplanet.com/ Opera Der Browserhersteller hat keinen Support, der HTML- und Scriptobjekte weder im Detail noch im Kontext darstellt. Dafür erfolgt die pauschale Auflistung mit Links zu W3C. http://www.opera.com/docs/specs/ http://dev.opera.com/articles/html/ http://dev.opera.com/articles/css/ http://dev.opera.com/tools/ http://opera-fansite.de/tiki-view_articles.php Safari von Apple http://www.apple.com/support/safari/ W3C http://www.w3.org/Consortium/siteindex W3C HTML 4.01 http://www.w3.org/TR/html4/ angebotene gz-Dateien sind nicht unbedingt kompatibel zu WinZip, TugZip, WinRAR etc. W3C HTML 5 http://www.w3.org/html/wg/html5/ W3C XHTML 1.0 http://www.w3.org/TR/xhtml1/ W3C XHMTL 1.1 http://www.w3.org/TR/xhtml11/ W3C Online-HTML Validator http://validator.w3.org/ HTML Tidy (Verifizierung die von W3C empfohlen wird) http://tidy.sourceforge.net/ IE Microsoft Internet Exporer NS Netscape MO Mozilla OP Opera SA Apple Safari onabort IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: input onactivate IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onafterprint IE NS MO OP SA 4.0+ no no no no Objekte: body frameset onafterupdate IE NS MO OP SA 4.0+ no no no no Objekte: bdo button frame iframe img input label legend li ruby select textarea onbeforeactivate IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onbeforecopy IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address area b bdo big blockquote caption center cite code dd dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i input label legend li nobr ol optgroup p pre s samp small span strike strong sub sup tbody td textarea tfoot th thead tr tt u ul var xmp onbeforecut IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onbeforedeactivate IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onbeforeeditfocus IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table td textarea th tr tt u ul var xmp onbeforepaste IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onbeforeprint IE NS MO OP SA 4.0+ no no no no Objekte: body frameset onbeforeunload IE NS MO OP SA 4.0+ no no no no Objekte: body frameset onbeforeupdate IE NS MO OP SA 4.0+ no no no no Objekte: bdo button frame iframe img select onblur IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a acronym address applet area b bdo big blockquote button caption center cite code dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onbounce IE NS MO OP SA 4.0+ no no no no Objekte: marquee oncellchange IE NS MO OP SA 4.0+ no no no no Objekte: bdo object onclick IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp oncontextmenu IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li marquee object ol optgroup p pre q s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp oncontrolselect IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp oncopy IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address area b bdo big blockquote caption center cite code dd dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i input ol optgroup p pre s samp small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp oncut IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondataavailable IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml ondatasetchanged IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml ondatasetcomplete IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml ondblclick IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address applet area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondeactivate IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup option p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondrag IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondragend IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondragenter IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondragleave IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondragover IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondragstart IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp ondrop IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label map marquee nobr object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onerror IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: object style onerrorupdate IE NS MO OP SA 4.0+ no no no no Objekte: bdo button frame iframe img input label legend li marquee object onfilterchange IE NS MO OP SA 4.0+ no no no no Objekte: bdo body button img input marquee object onfinish IE NS MO OP SA 4.0+ no no no no Objekte: marquee onfocus IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a acronym address applet area b bdo big blockquote button caption center cite code dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li map marquee nobr object ol optgroup p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onfocusin IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onfocusout IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onhelp IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr ol optgroup p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onkeydown IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins isindex kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onkeypress IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address applet area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins isindex kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onkeyup IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins isindex kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onlayoutcomplete IE NS MO OP SA 4.0+ no no no no Objekte: base basefont bgsound br col head li meta ol optgroup option p pre s strike strong title onload IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: applet body embed frame frameset iframe link script onlosecapture IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body br button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup option p pre ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmousedown IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address applet area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmouseenter IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b base basefont bdo bgsound big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmouseleave IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b base basefont bdo bgsound big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmousemove IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmouseout IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmouseover IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmouseup IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: a abbr acronym address area b bdo big blockquote body button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input ins kbd label legend li link map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmousewheel IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmove IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup option p pre q s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmoveend IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onmovestart IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onpaste IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup p pre q ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onpropertychange IE NS MO OP SA 4.0+ no no no no Objekte: a address applet area b bdo big blockquote body button caption center cite code comment dd dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 hr html i img input kbd label legend li map marquee nobr object ol optgroup option p pre q ruby s samp script select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onreadystatechange IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b base basefont bdo bgsound big blockquote body br button caption center cite code col colgroup comment dd del dfn dir div dl dt em embed fieldset font form h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map marquee nobr noframes noscript object ol optgroup option p pre q rt ruby s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xml xmp onreset IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: form onresize IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a address applet button dfn frame h1 h2 h3 h4 h5 h6 hr html i img input isindex kbd label legend li marquee object ol optgroup p pre q s samp select strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onresizeend IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onresizestart IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address applet area b bdo big blockquote body button caption center cite code dd dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 hr html i iframe img input ins isindex kbd label legend li marquee object ol optgroup p pre q rt s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onrowenter IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml onrowexit IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml onrowsdelete IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml onrowsinserted IE NS MO OP SA 4.0+ no no no no Objekte: applet object xml onscroll IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: applet bdo body embed map marquee nobr object ruby table onselectstart IE NS MO OP SA 4.0+ no no no 1.0+ Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form frame h1 h2 h3 h4 h5 h6 hr html i img input kbd label li map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onselect IE NS MO OP SA 2.0+ 1.0+ no no no Objekte: a acronym address area b bdo big blockquote body button caption center cite code dd del dfn dir div dl dt em fieldset font form frame h1 h2 h3 h4 h5 h6 hr html i img input kbd label li map marquee nobr object ol optgroup option p pre q rt ruby s samp select small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onstart IE NS MO OP SA 4.0+ no no no no Objekte: marquee onsubmit IE NS MO OP SA 2.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: form ontimeerror IE NS MO OP SA 4.0+ no no no no Objekte: a acronym address area b big blockquote caption center cite code dd del dir div dl dt em fieldset font form h1 h2 h3 h4 h5 h6 hr html i iframe img input ins kbd legend li marquee ol optgroup option p pre q rt s samp small span strike strong sub sup table tbody td textarea tfoot th thead tr tt u ul var xmp onunload IE NS MO OP SA 4.0+ 1.0+ 1.0+ 4.0+ 1.0+ Objekte: body frameset