DOM scripting: Difference between revisions
From EverybodyWiki Bios & Wiki
m remove duplicates internal links |
m automatic correction by IA |
||
| Line 1: | Line 1: | ||
{{Article for deletion/dated|page=DOM scripting|timestamp=20160618060803|year=2016|month=June|day=18|substed=yes}} | {{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'''}} --> | <!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=DOM scripting|date=18 June 2016|result='''keep'''}} --> | ||
| Line 11: | Line 10: | ||
* Uses a scripting language and valid markup ([[HTML]]/[[XHTML]]/[[XML]]/etc.) | * Uses a scripting language and valid markup ([[HTML]]/[[XHTML]]/[[XML]]/etc.) | ||
* May be browser-specific and require redundant coding for [[cross-browser]] support. | * May be browser-specific and require redundant coding for [[cross-browser]] support. | ||
* Is web only | * Is web only. | ||
* Was used with non-standardized markup | * Was used with non-standardized markup. | ||
;DOM scripting<nowiki>:</nowiki> | ;DOM scripting<nowiki>:</nowiki> | ||
* Uses a scripting language and valid markup (HTML/XHTML/XML/etc.) | * Uses a scripting language and valid markup (HTML/XHTML/XML/etc.) | ||
* Can be used with any programming/scripting language | * Can be used with any programming/scripting language. | ||
* Aims to be browser independent, is browser independent among standards-compliant browsers | * Aims to be browser independent, and is browser independent among standards-compliant browsers. | ||
* Is web only | * Is web only. | ||
* May degrade gracefully | * May degrade gracefully. | ||
==External links== | ==External links== | ||
Latest revision as of 07:10, 20 March 2026
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[clarification needed] in the web standards movement.
DHTML vs. DOM scripting
- Traditional DHTML:
- 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:
- Uses a scripting language and valid markup (HTML/XHTML/XML/etc.)
- Can be used with any programming/scripting language.
- Aims to be browser independent, and is browser independent among standards-compliant browsers.
- Is web only.
- May degrade gracefully.
External links
This article "DOM scripting" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
