docs.rodeo

MDN Web Docs mirror

CSS Object Model (CSSOM)

{{DefaultAPISidebar("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 {{JSxRef("String")}}  objects.

Reference

Several other interfaces are also extended by the CSSOM-related specifications: {{DOMxRef("Document")}} , {{DOMxRef("Window")}} , {{DOMxRef("Element")}} , {{DOMxRef("HTMLElement")}} , {{DOMxRef("HTMLImageElement")}} , {{DOMxRef("Range")}} , {{DOMxRef("MouseEvent")}} , and {{DOMxRef("SVGElement")}} .

CSS Typed Object Model

Obsolete CSSOM interfaces {{deprecated_inline}} 

{{deprecated_header}} 

Tutorials

Specifications

{{Specifications}} 

Browser compatibility

All these features have been added little by little over the years to the different browsers: it was a quite complex process that can’t be summarized in a simple table. Please refer to the specific interfaces for its availability.

See also

In this article

View on MDN