CSSStyleDeclaration
The CSSStyleDeclaration
interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
Inheritors
Properties
Functions
Link copied to clipboard
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.