DOM scripting: Difference between revisions
Appearance
Content deleted Content added
Ham Pastrami (talk | contribs) AfD: Nominated for deletion; see Wikipedia:Articles for deletion/DOM scripting |
Wikipedia:Articles for deletion/DOM scripting closed as redirect to Dynamic HTML |
||
Line 1: | Line 1: | ||
#REDIRECT [[Dynamic HTML]] |
|||
<!-- Please do not remove or change this AfD message until the issue is settled --> |
|||
{{uncategorized|date=July 2016}} |
|||
{{Article for deletion/dated|page=DOM scripting|timestamp=20160618060803|year=2016|month=June|day=18|substed=yes}} |
|||
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=DOM scripting|date=18 June 2016|result='''keep'''}} --> |
|||
<!-- End of AfD message, feel free to edit beyond this point --> |
|||
{{Unreferenced|date=January 2009}} |
|||
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{{Clarify|date=August 2011}} in the [[web standards]] movement. |
|||
==DHTML vs. DOM scripting== |
|||
;Traditional DHTML<nowiki>:</nowiki> |
|||
* Uses a scripting language and valid markup ([[HTML]]/[[XHTML]]/[[XML]]/etc.) |
|||
* May be browser-specific and require redundant coding for [[cross-browser]] support. |
|||
* Is web only |
|||
* Was used with non-standardized markup |
|||
;DOM scripting<nowiki>:</nowiki> |
|||
* Uses a scripting language and valid markup ([[HTML]]/[[XHTML]]/[[XML]]/etc.) |
|||
* Can be used with any programming/scripting language |
|||
* Aims to be browser independent, is browser independent among standards-compliant browsers |
|||
* Is web only |
|||
* May degrade gracefully |
|||
==External links== |
|||
* [http://domscripting.webstandards.org WaSP DOM Scripting Task Force] |
|||
{{DEFAULTSORT:Dom Scripting}} |
|||
[[Category:Web design]] |
|||
[[Category:World Wide Web Consortium standards]] |
Revision as of 01:59, 4 July 2016
Redirect to:
This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects. (July 2016) |