<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="dom.css" type="text/css"?>
<!--
Copyright Rich Doughty 2001
If you like this tab, send me an email!

www:	http://www.richdoughty.net/
email:	rich@dufty.karoo.co.uk
-->
<api xmlns="http://www.richdoughty.net/NS/api" xmlns:h="http://www.w3.org/1999/xhtml">
<h:div id="index">
<h:a href="dom-core.xml" target="_self">Core</h:a>
<h:a href="dom-views.xml" target="_self">Views</h:a>
<h:a href="dom-events.xml" target="_self">Events</h:a>
<h:a href="dom-stylesheets.xml" target="_self">Style Sheets</h:a>
<h:a href="dom-css.xml" target="_self">CSS</h:a>
<h:a href="dom-traversal.xml" target="_self">Traversal</h:a>
<h:a href="dom-ranges.xml" target="_self">Range</h:a>
<h:a href="dom-html.xml" target="_self">HTML</h:a>
</h:div>
<h:base href="css.html" target="_content" />
<title>
<h:a href="#">DOM 2 CSS</h:a>
</title>
<interface>
<name>
<h:a href="#CSS-CSSStyleSheet">CSSStyleSheet</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSStyleSheet-cssRules">cssRules</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSStyleSheet-ownerRule">ownerRule</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSStyleSheet-deleteRule">deleteRule</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleSheet-insertRule">insertRule</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSRuleList">CSSRuleList</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSRuleList-length">length</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSRuleList-item">item</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSRule">CSSRule</h:a>
</name>
<group>
<h:a href="#CSS-CSSRule-ruleType">RuleType</h:a>
</group>
<attribute>
<h:a href="#CSS-CSSRule-cssText">cssText</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSRule-parentRule">parentRule</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSRule-sheet">parentStyleSheet</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSRule-type">type</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSStyleRule">CSSStyleRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSStyleRule-selectorText">selectorText</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSStyleRule-style">style</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSMediaRule">CSSMediaRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSMediaRule-cssRules">cssRules</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSMediaRule-mediaTypes">media</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSMediaRule-deleteRule">deleteRule</h:a>
</method>
<method>
<h:a href="#CSS-CSSMediaRule-insertRule">insertRule</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSFontFaceRule">CSSFontFaceRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSFontFaceRule-style">style</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSPageRule">CSSPageRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSPageRule-name">selectorText</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSPageRule-style">style</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSImportRule">CSSImportRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSImportRule-href">href</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSImportRule-media">media</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSImportRule-styleSheet">styleSheet</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSCharsetRule">CSSCharsetRule</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSCharsetRule-encoding">encoding</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSUnknownRule">CSSUnknownRule</h:a>
</name>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSStyleDeclaration">CSSStyleDeclaration</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSStyleDeclaration-cssText">cssText</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSStyleDeclaration-length">length</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSStyleDeclaration-parentRule">parentRule</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSStyleDeclaration-getPropertyCSSValue">getPropertyCSSValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleDeclaration-getPropertyPriority">getPropertyPriority</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleDeclaration-getPropertyValue">getPropertyValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleDeclaration-item">item</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleDeclaration-removeProperty">removeProperty</h:a>
</method>
<method>
<h:a href="#CSS-CSSStyleDeclaration-setProperty">setProperty</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSValue">CSSValue</h:a>
</name>
<group>
<h:a href="#CSS-CSSValue-types">UnitTypes</h:a>
</group>
<attribute>
<h:a href="#CSS-CSSValue-cssText">cssText</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSSValue-cssValueType">cssValueType</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSPrimitiveValue">CSSPrimitiveValue</h:a>
</name>
<group>
<h:a href="#CSS-CSSPrimitiveValue-types">UnitTypes</h:a>
</group>
<attribute>
<h:a href="#CSS-CSSPrimitiveValue-primitiveType">primitiveType</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSPrimitiveValue-getCounterValue">getCounterValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-getFloatValue">getFloatValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-getRGBColorValue">getRGBColorValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-getRectValue">getRectValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-getStringValue">getStringValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-setFloatValue">setFloatValue</h:a>
</method>
<method>
<h:a href="#CSS-CSSPrimitiveValue-setStringValue">setStringValue</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-CSSValueList">CSSValueList</h:a>
</name>
<attribute>
<h:a href="#CSS-CSSValueList-length">length</h:a>
</attribute>
<method>
<h:a href="#CSS-CSSValueList-item">item</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-RGBColor">RGBColor</h:a>
</name>
<attribute>
<h:a href="#CSS-RGBColor-blue">blue</h:a>
</attribute>
<attribute>
<h:a href="#CSS-RGBColor-green">green</h:a>
</attribute>
<attribute>
<h:a href="#CSS-RGBColor-red">red</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-Rect">Rect</h:a>
</name>
<attribute>
<h:a href="#CSS-Rect-bottom">bottom</h:a>
</attribute>
<attribute>
<h:a href="#CSS-Rect-left">left</h:a>
</attribute>
<attribute>
<h:a href="#CSS-Rect-right">right</h:a>
</attribute>
<attribute>
<h:a href="#CSS-Rect-top">top</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-Counter">Counter</h:a>
</name>
<attribute>
<h:a href="#CSS-Counter-identifier">identifier</h:a>
</attribute>
<attribute>
<h:a href="#CSS-Counter-listStyle">listStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-Counter-separator">separator</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-ViewCSS">ViewCSS</h:a>
</name>
<method>
<h:a href="#CSS-CSSview-getComputedStyle">getComputedStyle</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-DocumentCSS">DocumentCSS</h:a>
</name>
<method>
<h:a href="#CSS-DocumentCSS-getOverrideStyle">getOverrideStyle</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-DOMImplementationCSS">DOMImplementationCSS</h:a>
</name>
<method>
<h:a href="#CSS-DOMImplementationCSS-createCSSStyleSheet">createCSSStyleSheet</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="#CSS-ElementCSSInlineStyle">ElementCSSInlineStyle</h:a>
</name>
<attribute>
<h:a href="#CSS-ElementCSSInlineStyle-style">style</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="#CSS-CSS2Properties">CSS2Properties</h:a>
</name>
<attribute>
<h:a href="#CSS-CSS2Properties-azimuth">azimuth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-background">background</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-backgroundAttachment">backgroundAttachment</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-backgroundColor">backgroundColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-backgroundImage">backgroundImage</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-backgroundPosition">backgroundPosition</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-backgroundRepeat">backgroundRepeat</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-border">border</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderBottom">borderBottom</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderBottomColor">borderBottomColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderBottomStyle">borderBottomStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderBottomWidth">borderBottomWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderCollapse">borderCollapse</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderColor">borderColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderLeft">borderLeft</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderLeftColor">borderLeftColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderLeftStyle">borderLeftStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderLeftWidth">borderLeftWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderRight">borderRight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderRightColor">borderRightColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderRightStyle">borderRightStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderRightWidth">borderRightWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderSpacing">borderSpacing</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderStyle">borderStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderTop">borderTop</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderTopColor">borderTopColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderTopStyle">borderTopStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderTopWidth">borderTopWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-borderWidth">borderWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-bottom">bottom</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-captionSide">captionSide</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-clear">clear</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-clip">clip</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-color">color</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-content">content</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-counterIncrement">counterIncrement</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-counterReset">counterReset</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-cssFloat">cssFloat</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-cue">cue</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-cueAfter">cueAfter</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-cueBefore">cueBefore</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-cursor">cursor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-direction">direction</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-display">display</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-elevation">elevation</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-emptyCells">emptyCells</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-font">font</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontFamily">fontFamily</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontSize">fontSize</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontSizeAdjust">fontSizeAdjust</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontStretch">fontStretch</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontStyle">fontStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontVariant">fontVariant</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-fontWeight">fontWeight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-height">height</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-left">left</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-letterSpacing">letterSpacing</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-lineHeight">lineHeight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-listStyle">listStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-listStyleImage">listStyleImage</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-listStylePosition">listStylePosition</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-listStyleType">listStyleType</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-margin">margin</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-marginBottom">marginBottom</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-marginLeft">marginLeft</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-marginRight">marginRight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-marginTop">marginTop</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-markerOffset">markerOffset</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-marks">marks</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-maxHeight">maxHeight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-maxWidth">maxWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-minHeight">minHeight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-minWidth">minWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-orphans">orphans</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-outline">outline</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-outlineColor">outlineColor</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-outlineStyle">outlineStyle</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-outlineWidth">outlineWidth</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-overflow">overflow</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-padding">padding</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-paddingBottom">paddingBottom</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-paddingLeft">paddingLeft</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-paddingRight">paddingRight</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-paddingTop">paddingTop</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-page">page</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pageBreakAfter">pageBreakAfter</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pageBreakBefore">pageBreakBefore</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pageBreakInside">pageBreakInside</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pause">pause</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pauseAfter">pauseAfter</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pauseBefore">pauseBefore</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pitch">pitch</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-pitchRange">pitchRange</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-playDuring">playDuring</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-position">position</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-quotes">quotes</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-richness">richness</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-right">right</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-size">size</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-speak">speak</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-speakHeader">speakHeader</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-speakNumeral">speakNumeral</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-speakPunctuation">speakPunctuation</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-speechRate">speechRate</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-stress">stress</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-tableLayout">tableLayout</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-textAlign">textAlign</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-textDecoration">textDecoration</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-textIndent">textIndent</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-textShadow">textShadow</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-textTransform">textTransform</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-top">top</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-unicodeBidi">unicodeBidi</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-verticalAlign">verticalAlign</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-visibility">visibility</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-voiceFamily">voiceFamily</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-volume">volume</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-whiteSpace">whiteSpace</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-widows">widows</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-width">width</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-wordSpacing">wordSpacing</h:a>
</attribute>
<attribute>
<h:a href="#CSS-CSS2Properties-zIndex">zIndex</h:a>
</attribute>
</interface>
</api>
