翻訳と辞書
Words near each other
・ Document Definition Markup Language
・ Document dump
・ Document engineering
・ Document examiner
・ Document Exploitation (DOCEX)
・ Document file format
・ Document Freedom Day
・ Document imaging
・ Document International Human Rights Documentary Film Festival
・ Document layout analysis
・ Document management system
・ Document mode
・ Document modelling
・ Document mosaicing
・ Document Number Nine
Document Object Model
・ Document of the Dead
・ Document processing
・ Document processor
・ Document Records
・ Document retrieval
・ Document review
・ Document Schema Definition Languages
・ Document Structure Description
・ Document structuring
・ Document Structuring Conventions
・ Document Style Semantics and Specification Language
・ Document theft
・ Document type declaration
・ Document type definition


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Document Object Model : ウィキペディア英語版
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. The nodes of every document are organized in a tree structure, called the ''DOM tree''. 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).
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.
==Legacy DOM==

JavaScript was released by Netscape Communications in 1995 within Netscape Navigator 2.0. Netscape's competitor, Microsoft, released Internet Explorer 3.0 the following year with a port of JavaScript called JScript. JavaScript and JScript let web developers create web pages with client-side interactivity. The limited facilities for detecting user-generated events and modifying the HTML document in the first generation of these languages eventually became known as "DOM Level 0" or "Legacy DOM." No independent standard was developed for DOM Level 0, but it was partly described in the specification of HTML 4.
Legacy DOM was limited in the kinds of elements that could be accessed. Form, link and image elements could be referenced with a hierarchical name that began with the root document object. A hierarchical name could make use of either the names or the sequential index of the traversed elements. For example, a form input element could be accessed as either document.formName.inputName or document.forms().elements().
The Legacy DOM enabled client-side form validation and the popular "rollover" effect.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Document Object Model」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.