|
|
The <code> CSSStyleRule </code> interface represents a single <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8"> rule set </a> in a CSS style sheet.
| DOM::DOMString |
[const]
The textual representation of the <a href="http://www.w3.org/TR/REC-CSS2/selector.html"> selector </a> for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.
| void |
see selectorText
Throws: CSSException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable., DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, style, sheet, is, readonly.
| CSSStyleDeclaration |
[const]
The <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8"> declaration-block </a> of this rule set.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |