CSS Object Model (CSSOM)
The CSS Object Model is a set of APIs allowing the manipulation of CSS from JavaScript. It is much like the DOM, but for the CSS rather than the HTML. It allows users to read and modify CSS style dynamically.
The values of CSS are represented untyped, that is using String objects.
Reference
AnimationEventCaretPositionCSSCSSCharsetRuleCSSConditionRuleCSSCounterStyleRuleCSSFontFaceRuleCSSFontFeatureValuesMapCSSFontFeatureValuesRuleCSSGroupingRuleCSSImportRuleCSSKeyframeRuleCSSKeyframesRuleCSSMarginRuleCSSMediaRuleCSSNamespaceRuleCSSPageRuleCSSRuleCSSRuleListCSSStyleDeclarationCSSStyleSheetCSSStyleRuleCSSSupportsRuleCSSVariablesMapCSSViewportRuleFontFaceFontFaceSetFontFaceSetLoadEventGetStyleUtilsMediaListMediaQueryListMediaQueryListEventScreenStyleSheetStyleSheetListTransitionEvent
Several other interfaces are also extended by the CSSOM-related specifications: Document, Window, Element, HTMLElement, HTMLImageElement, Range, MouseEvent, and SVGElement.
CSS Typed Object Model
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
-
CSSImageValue -
CSSKeywordValue -
CSSMathInvert -
CSSMathMax -
CSSMathMin -
CSSMathNegate -
CSSMathProduct -
CSSMathSum -
CSSMathValue -
CSSMatrixComponent -
CSSNumericArray -
CSSNumericValue -
CSSPerspective -
CSSPositionValue -
CSSRotate -
CSSScale -
CSSSkew -
CSSSkewX -
CSSSkewY -
CSSStyleValue -
CSSTransformComponent -
CSSTransformValue -
CSSTranslate -
CSSUnitValue -
CSSUnparsedValue -
CSSVariableReferenceValue -
StylePropertyMap -
StylePropertyMapReadOnly
Obsolete CSSOM interfaces
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Tutorials
- Determining the dimensions of elements (it needs some updating as it was made in the DHTML/Ajax era).
- Managing screen orientation
Specifications
Browser compatibility
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model