HTML DOM

GPTKB entity

Statements (95)
Predicate Object
gptkbp:instanceOf gptkb:REST_API
gptkbp:category gptkb:REST_API
gptkb:standard
gptkb:website
Document model
gptkbp:enables dynamic content manipulation
event handling
document traversal
document modification
gptkbp:fullName gptkb:HTML_Document_Object_Model
gptkbp:hasEvent change
scroll
focus
drag
drop
load
input
blur
click
error
keydown
keyup
resize
submit
touchcancel
touchend
touchmove
touchstart
contextmenu
mouseout
mouseover
DOMContentLoaded
gptkbp:hasMethod addEventListener
appendChild
createElement
getElementById
querySelector
removeChild
getElementsByClassName
getElementsByTagName
querySelectorAll
removeEventListener
replaceChild
gptkbp:hasProperty style
attributes
id
childNodes
className
firstChild
innerHTML
lastChild
nextSibling
nodeName
nodeType
nodeValue
ownerDocument
parentNode
previousSibling
textContent
outerHTML
tagName
gptkbp:hasVersion gptkb:DOM_Living_Standard
gptkb:DOM_Level_1
gptkb:DOM_Level_2
gptkb:DOM_Level_3
https://www.w3.org/2000/01/rdf-schema#label HTML DOM
gptkbp:interface gptkb:event
gptkb:text
gptkb:waterfall
manual
Comment
DocumentFragment
Node
Attr
gptkbp:maintainedBy gptkb:WHATWG
gptkbp:provides tree structure of nodes
gptkbp:relatedTo gptkb:HTML
gptkb:SVG_DOM
gptkb:CSSOM
XML
gptkbp:standardizedBy gptkb:W3C
1998
gptkbp:type text node
attribute node
comment node
document fragment node
document node
element node
gptkbp:usedBy gptkb:JavaScript
web browsers
web developers
gptkbp:usedFor representing structured documents
manipulating HTML and XML documents
gptkbp:bfsParent gptkb:HTML_timing_APIs
gptkbp:bfsLayer 5