class AbstractView |
|
Introduced in DOM Level 2
A base interface that all views shall derive from. |
|
|
|
|
The source DocumentView of which this is an AbstractView. |
|
Introduced in DOM Level 2
This method is from the ViewCSS interface
This method is used to get the computed style as it is defined in [CSS2]. elt - The element whose style is to be computed. This parameter cannot be null. pseudoElt - The pseudo-element or null if none. Returns The computed style. The CSSStyleDeclaration is read-only and contains only absolute values. |
|
Internal not part of the DOM |
|