In the early days of the web, page designers were intent on creating ever more complex HTML in an effort to be able to organize how the content would appear on every browser. It became important to be able to render the page with pixel perfect accuracy. This was not the original intent of HTML.
With the introduction of CSS, designers were given a much larger range of tools with which to control the appearance of web pages. For some time CSS level 1 was thought to be sufficient. Eventually this was superseded by CSS level 2.
The Netscape 4 browser supports a third alternative, that of JavaScript Style Sheets or JSS for short. With the release of Netscape 6.0 providing standards-based support, JSS has no future and should not be used in any new projects. Our JSS coverage has accordingly been marked as deprecated.
CSS is constructed from packages of rules, which are assembled into style-sheets.
There is no object model defined for style sheets as of DOM level 1. Until this is ratified in a later DOM specification, Netscape and MSIE continue to support mutually incompatible style sheet API specifications.
The DOM level 2 implementation of CSS style objects (the CSS Object model) provides a complex hierarchy of objects. These are only partly implemented in current browsers. The most complete implementation is in the MSIE-browser, and even then the objects are factored differently and the classes named in an MSIE specific manner.
The DOM CSS suite is embodied in the following classes:
CSSStyleSheet
CSSRuleList
CSSRule
CSSStyleRule
CSSMediaRule
CSSFontFaceRule
CSSPageRule
CSSImportRule
CSSCharsetRule
CSSUnknownRule
CSSStyleDeclaration
CSSValue
CSSPrimitiveValue
CSSValueList
RGBColor
Rect
Counter
ViewCSS
DocumentCSS
DOMImplementationCSS
ElementCSSInlineStyle
CSS2Properties
See also: | <STYLE>, CSS level 1, CSS level 2, CSS-P, Dynamic HTML |
Prev | Home | Next |
Cryptoki | Up | CSS level 1 |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |