Document Object Model: Difference between revisions

Content deleted Content added
Replaced "interface" which is a bit vague by API which is exactly what the DOM is.
Tags: Mobile edit Mobile web edit
fix link to w3c pointing to google search
Line 27:
| url = http://www.w3.org/DOM/#what}}</ref>
 
The principal standardization of the DOM was handled by the [[GoogleWorld SearchWide Web Consortium|World Wide Web Consortium]] (W3C), which last developed a recommendation in 2004. [[WHATWG]] took over the development of the standard, publishing it as a [[living document]]. The W3C now publishes stable snapshots of the WHATWG standard.
 
In HTML DOM (Document Object Model), every element is a node:<ref>{{cite web | url=https://www.w3schools.com/js/js_htmldom.asp | title=JavaScript HTML DOM }}</ref>