Javascript - Document Object Model - Introduction

TwitterFacebook
Get flash to fully experience Pearltrees
Pour les articles homonymes, voir DOM . Le Document Object Model (ou DOM ) est une recommandation du W3C qui décrit une interface indépendante de tout langage de programmation et de toute plate-forme, permettant à des programmes informatiques et à des scripts d'accéder ou de mettre à jour le contenu, la structure ou le style de documents XML . Le document peut ensuite être traité et les résultats de ces traitements peuvent être réincorporés dans le document tel qu'il sera présenté. Avant sa standardisation par le W3C , chaque navigateur web disposait de son propre Document Object Model . Si le langage de base destiné à manipuler les documents web a vite été standardisé autour de JavaScript , il n'en a pas été de même pour la série précise de fonctions à utiliser et la manière de parcourir le document.

Document Object Model - Wikipédia

http://fr.wikipedia.org/wiki/Document_Object_Model

Document Object Model - Wikipedia, the free encyclopedia

Hierarchy of objects in an example HTML DOM—Document Object Model The Document Object Model ( DOM ) is a cross-platform and language -independent convention for representing and interacting with objects in HTML , XHTML and XML documents. [ 1 ] Objects in the DOM tree may be addressed and manipulated by using methods on the objects. The public interface of a DOM is specified in its application programming interface (API). [ edit ] History The history of the Document Object Model is intertwined with the history of the " browser wars " of the late 1990s between Netscape Navigator and Microsoft Internet Explorer , as well as with that of JavaScript and JScript , the first scripting languages to be widely implemented in the layout engines of web browsers . http://en.wikipedia.org/wiki/Document_Object_Model