class DOM.HTMLDocument


Table of contents
Modules
khtml Classes
All Classes
Module khtml
Namespace dom
Class DOM.HTMLDocument
Inherits DOM.Document

An HTMLDocument is the root of the HTML hierarchy and holds the entire content. Beside providing access to the hierarchy, it also provides some convenience methods for accessing certain sets of information from the document.

The following properties have been deprecated in favor of the corresponding ones for the BODY element:

  • alinkColor
  • background
  • bgColor
  • fgColor
  • linkColor
  • vlinkColor


  • methods