DOM scripting: Difference between revisions

Content deleted Content added
Remove irrelevant links
Tag: section blanking
I don't like "as" used to mean "because"
Line 4:
The term '''DOM scripting''' refers to programmatically accessing the [[Document Object Model]] (DOM). In common usage, DOM scripting implies [[JavaScript]]. DOM scripting has its roots in [[Dynamic HTML]] (DHTML), but is more structured. It is the third pillar in the [[web standards]] movement.
 
It has been suggested that DOM scripting is really no different from DHTML, as: they are both accomplished by the same means and usinguse the same tools. This suggestion holds that the creators of DOM scripting simply wanted a way to distinguish between what they saw as a "bad" style of implementing a dynamic web page and what they saw as a "good" style of implementation. Thus, they named the "bad" style DHTML, and the "good" style DOM scripting. In truth,practice there is no practical difference between the two, asbecause any software development paradigm has the capacity tocan create both "good" and "bad" code simultaneously.
 
==DHTML vs. DOM scripting==