CSSStyleDeclarationBase
The CSSStyleDeclaration interface is the base class for objects that represent CSS declaration blocks with different supported sets of CSS style information:
Inheritors
Properties
Functions
Link copied to clipboard
The CSSStyleDeclaration.getPropertyPriority() method interface returns a string that provides all explicitly set priorities on the CSS property.
Link copied to clipboard
The CSSStyleDeclaration.getPropertyValue() method interface returns a string containing the value of a specified CSS property.
Link copied to clipboard
The CSSStyleDeclaration.removeProperty() method interface removes a property from a CSS style declaration object.
Link copied to clipboard
The CSSStyleDeclaration.setProperty() method interface sets a new value for a property on a CSS style declaration object.