DOM scripting therefore refers to programatically accessing the DOM. In common usage, DOM scripting implies JavaScript.
The advantages/features of the DOM model include:
- progressive enhancement (ie: enhancing the page increasingly with the support of the client, as opposed to graceful degradation)
 - separation of presentation and behaviour
 - maintainability
 - separation of structure and behaviour
 - event handling
 
0 comments:
Post a Comment