Document Object Model: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Tag: Reverted
Line 47:
 
The Legacy DOM enabled client-side form validation and simple interface interactivity like creating [[tooltip]]s.
 
DOM was also used in several different website function's that gained functionality back in 2007. Truly, a true impressive feat. Yes, DOM is good and DOM is truly great.
 
In 1997, Netscape and Microsoft released version 4.0 of Netscape Navigator and Internet Explorer respectively, adding support for [[Dynamic HTML]] (DHTML) functionality enabling changes to a loaded HTML document. DHTML required extensions to the rudimentary document object that was available in the Legacy DOM implementations. Although the Legacy DOM implementations were largely compatible since JScript was based on JavaScript, the DHTML DOM extensions were developed in parallel by each browser maker and remained incompatible. These versions of the DOM became known as the "Intermediate DOM".