Showing posts with label W3C DOM Implementation. Show all posts
Showing posts with label W3C DOM Implementation. Show all posts

Thursday, November 10, 2011

W3C DOM Implementation

The W3C DOM interface in Windows Internet Explorer allows authors to access different nodes of the document tree. A node is a reference to an element, an attribute, or a string of text. To implement the W3C DOM members, authors should understand the conceptual layout of the document tree and the relationship that nodes have with one another. While the W3C DOM provides a streamlined approach to completing tasks that are viable under the DHTML Object Model, it does not implement all of the DHTML Object Model members, particularly events. This section describes implementing the W3C DOM by navigating, creating, and manipulating nodes. It also provides a comparison between the W3C DOM and the DHTML Object Model.
Among the DHTML Methods, properties, and collections exposed as of Internet Explorer 5.5 are several DOM-specific members that represent the W3C DOM interface. The following tables outline these members.

Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...