英語 での The document object の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Text generated by style sheets is not part of the document source and will not be available to assistive technologies that access content through the Document Object Model Level 1([DOM1]).
FIX: When you access an external document by using a link in an inline frame in Internet Explorer 7, the value of the document object is returned as"undefined".
JavaScript and the Document Object Model"(developerWorks, July 2002): Read about the JavaScript approach to DOM and the building of a web page to which the user can add notes and edit note content.
Related W3C specifications such as the Document Object Model(DOM) allow for easy server-side generation and dynamic, client-side modification of graphics and text.
The Document Object Model is an API for HTML and XML documents, providing a structural representation of the document that you can modify in order to alter its visual presentation.
Help us translate this article! The Document Object Model(DOM) connects web pages to scripts or programming languages by representing the structure of a document-such as the HTML representing a web page-in memory.
is a developer tool used to inspect, browse, and edit the Document Object Model of documents- usually web pages or XUL windows.
Firefox 3 offers a number of improvements to the Document Object Model(DOM), especially in regard to support for extensions to the DOM added by other browsers.
Executing Commands When an HTML document has been switched to designMode, the document object exposes the execCommand method which allows one to run commands to manipulate the contents of the editable region.
JavaScript and the Document Object Model"(developerWorks, July 2002): Read about the JavaScript approach to DOM and the building of a web page to which the user can add notes and edit note content.
Another common method of selecting elements and content within a resource that supports the Document Object Model(DOM), such as documents in XML or HTML, is to use an XPath selection[ DOM-Level-3-XPath].
Unlike most co-browsing technologies, CaféX avoids sharing the Document Object Model(DOM) between the user and the expert, because DOM can create browser compatibility issues and lacks support for native mobile apps.
The Document Object Model, a language-neutral set of interfaces While JavaScript is the programming language which will allow you to operate on the DOM objects and to manipulate them programmatically, the DOM will provide you with methods and properties to retrieve, modify, update, and delete parts of the document you are working on.
The Document Object Model.
The Document Object Model is being highly simplified.
For the document object, the type is 9.
Retrieves the document object for the document of the specified index.
That's where the Document Object Model(DOM) comes in.