equal
deleted
inserted
replaced
48 * type of CSS statement. This includes both rule sets and at-rules. An |
48 * type of CSS statement. This includes both rule sets and at-rules. An |
49 * implementation is expected to preserve all rules specified in a CSS style |
49 * implementation is expected to preserve all rules specified in a CSS style |
50 * sheet, even if the rule is not recognized by the parser. Unrecognized |
50 * sheet, even if the rule is not recognized by the parser. Unrecognized |
51 * rules are represented using the <code>CSSUnknownRule</code> interface. |
51 * rules are represented using the <code>CSSUnknownRule</code> interface. |
52 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>. |
52 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113'>Document Object Model (DOM) Level 2 Style Specification</a>. |
53 * @since DOM Level 2 |
53 * @since 1.4, DOM Level 2 |
54 */ |
54 */ |
55 public interface CSSRule { |
55 public interface CSSRule { |
56 // RuleType |
56 // RuleType |
57 /** |
57 /** |
58 * The rule is a <code>CSSUnknownRule</code>. |
58 * The rule is a <code>CSSUnknownRule</code>. |