Back to Content

CSS Object Model (CSSOM)

files/en-us/glossary/cssom/index.md

latest534 B
Original Source

The CSS Object Model (CSSOM) is a set of APIs for reading and modifying a document's style-related (CSS) information. In other words, similar to the way in which the DOM enables a document's structure and content to be read and modified from JavaScript, the CSSOM allows the document's styling to be read and modified from JavaScript.

See also