Cari di HTML5 
    HTML 5
Daftar Isi
(Sebelumnya) Index - AttributesReferences (Berikutnya)

Index - Element Interfaces & Events

Element Interfaces

This section is non-normative.

List of interfaces for elements

Element(s) Interface(s)
a HTMLAnchorElement : HTMLElement
abbr HTMLElement
address HTMLElement
area HTMLAreaElement : HTMLElement
article HTMLElement
aside HTMLElement
audio HTMLAudioElement : HTMLMediaElement : HTMLElement
b HTMLElement
base HTMLBaseElement : HTMLElement
bdi HTMLElement
bdo HTMLElement
blockquote HTMLQuoteElement : HTMLElement
body HTMLBodyElement : HTMLElement
br HTMLBRElement : HTMLElement
button HTMLButtonElement : HTMLElement
canvas HTMLCanvasElement : HTMLElement
caption HTMLTableCaptionElement : HTMLElement
cite HTMLElement
code HTMLElement
col HTMLTableColElement : HTMLElement
colgroup HTMLTableColElement : HTMLElement
command HTMLCommandElement : HTMLElement
data HTMLDataElement : HTMLElement
datalist HTMLDataListElement : HTMLElement
dd HTMLElement
del HTMLModElement : HTMLElement
details HTMLDetailsElement : HTMLElement
dfn HTMLElement
dialog HTMLDialogElement : HTMLElement
div HTMLDivElement : HTMLElement
dl HTMLDListElement : HTMLElement
dt HTMLElement
em HTMLElement
embed HTMLEmbedElement : HTMLElement
fieldset HTMLFieldSetElement : HTMLElement
figcaption HTMLElement
figure HTMLElement
footer HTMLElement
form HTMLFormElement : HTMLElement
h1 HTMLHeadingElement : HTMLElement
h2 HTMLHeadingElement : HTMLElement
h3 HTMLHeadingElement : HTMLElement
h4 HTMLHeadingElement : HTMLElement
h5 HTMLHeadingElement : HTMLElement
h6 HTMLHeadingElement : HTMLElement
head HTMLHeadElement : HTMLElement
header HTMLElement
hgroup HTMLElement
hr HTMLHRElement : HTMLElement
html HTMLHtmlElement : HTMLElement
i HTMLElement
iframe HTMLIFrameElement : HTMLElement
img HTMLImageElement : HTMLElement
input HTMLInputElement : HTMLElement
ins HTMLModElement : HTMLElement
kbd HTMLElement
keygen HTMLKeygenElement : HTMLElement
label HTMLLabelElement : HTMLElement
legend HTMLLegendElement : HTMLElement
li HTMLLIElement : HTMLElement
link HTMLLinkElement : HTMLElement
map HTMLMapElement : HTMLElement
mark HTMLElement
menu HTMLMenuElement : HTMLElement
meta HTMLMetaElement : HTMLElement
meter HTMLMeterElement : HTMLElement
nav HTMLElement
noscript HTMLElement
object HTMLObjectElement : HTMLElement
ol HTMLOListElement : HTMLElement
optgroup HTMLOptGroupElement : HTMLElement
option HTMLOptionElement : HTMLElement
output HTMLOutputElement : HTMLElement
p HTMLParagraphElement : HTMLElement
param HTMLParamElement : HTMLElement
pre HTMLPreElement : HTMLElement
progress HTMLProgressElement : HTMLElement
q HTMLQuoteElement : HTMLElement
rp HTMLElement
rt HTMLElement
ruby HTMLElement
s HTMLElement
samp HTMLElement
script HTMLScriptElement : HTMLElement
section HTMLElement
select HTMLSelectElement : HTMLElement
small HTMLElement
source HTMLSourceElement : HTMLElement
span HTMLSpanElement : HTMLElement
strong HTMLElement
style HTMLStyleElement : HTMLElement
sub HTMLElement
summary HTMLElement
sup HTMLElement
table HTMLTableElement : HTMLElement
tbody HTMLTableSectionElement : HTMLElement
td HTMLTableDataCellElement : HTMLTableCellElement : HTMLElement
textarea HTMLTextAreaElement : HTMLElement
tfoot HTMLTableSectionElement : HTMLElement
th HTMLTableHeaderCellElement : HTMLTableCellElement : HTMLElement
thead HTMLTableSectionElement : HTMLElement
time HTMLTimeElement : HTMLElement
title HTMLTitleElement : HTMLElement
tr HTMLTableRowElement : HTMLElement
track HTMLTrackElement : HTMLElement
u HTMLElement
ul HTMLUListElement : HTMLElement
var HTMLElement
video HTMLVideoElement : HTMLMediaElement : HTMLElement
wbr HTMLElement

All Interfaces

This section is non-normative.

    Events

    This section is non-normative.

    List of events

    Event Interface Description
    abort Event Fired at the Window when the download was aborted by the user
    afterprint Event Fired at the Window after printing
    beforeprint Event Fired at the Window before printing
    beforeunload BeforeUnloadEvent Fired at the Window when the page is about to be unloaded, in case the page would like to show a warning prompt
    blur Event Fired at nodes losing focus
    change Event Fired at controls when the user commits a value change
    click Event Fired at an element before its activation behavior is run
    contextmenu Event Fired at elements when the user requests their context menu
    DOMContentLoaded Event Fired at the Document once the parser has finished
    error Event Fired at elements when network and script errors occur
    focus Event Fired at nodes gaining focus
    hashchange HashChangeEvent Fired at the Window when the fragment identifier part of the document's address changes
    input Event Fired at controls when the user changes the value
    invalid Event Fired at controls during form validation if they do not satisfy their constraints
    load Event Fired at the Window when the document has finished loading; fired at an element containing a resource (e.g. img, embed) when its resource has finished loading
    message MessageEvent Fired at an object when the object receives a message
    offline Event Fired at the Window when the network connections fails
    online Event Fired at the Window when the network connections returns
    pagehide PageTransitionEvent Fired at the Window when the page's entry in the session history stops being the current entry
    pageshow PageTransitionEvent Fired at the Window when the page's entry in the session history becomes the current entry
    popstate PopStateEvent Fired at the Window when the user navigates the session history
    readystatechange Event Fired at the Document when it finishes parsing and again when all its subresources have finished loading
    reset Event Fired at a form element when it is reset
    show Event Fired at a menu element when it is shown as a context menu
    submit Event Fired at a form element when it is submitted
    unload Event Fired at the Window object when the page is going away

    See also media element events, application cache events, and drag-and-drop events.

    Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved.
    (Sebelumnya) Index - AttributesReferences (Berikutnya)