equal
deleted
inserted
replaced
45 * The <code>Rect</code> interface is used to represent any rect value. This |
45 * The <code>Rect</code> interface is used to represent any rect value. This |
46 * interface reflects the values in the underlying style property. Hence, |
46 * interface reflects the values in the underlying style property. Hence, |
47 * modifications made to the <code>CSSPrimitiveValue</code> objects modify |
47 * modifications made to the <code>CSSPrimitiveValue</code> objects modify |
48 * the style property. |
48 * the style property. |
49 * <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>. |
49 * <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>. |
50 * @since DOM Level 2 |
50 * @since 1.4, DOM Level 2 |
51 */ |
51 */ |
52 public interface Rect { |
52 public interface Rect { |
53 /** |
53 /** |
54 * This attribute is used for the top of the rect. |
54 * This attribute is used for the top of the rect. |
55 */ |
55 */ |