Gecko DOM Reference. W3C 00420
Gecko DOM Reference [link]Paper  abstract   bibtex   
The Document Object Model (DOM) is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document as a tree. The DOM defines methods that allow access to the tree, so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects, possessing various properties and methods. Nodes can also have event handlers attached to them, and once an event is triggered, the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.
@misc{w3c_gecko_nodate,
	title = {Gecko {DOM} {Reference}},
	url = {https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model},
	abstract = {The Document Object Model (DOM) is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document as a tree. The DOM defines methods that allow access to the tree, so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects, possessing various properties and methods. Nodes can also have event handlers attached to them, and once an event is triggered, the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.},
	urldate = {2016-06-26},
	journal = {Mozilla Developer Network},
	author = {{W3C}},
	note = {00420}
}

Downloads: 0