--- title: CSS Object Model slug: Web/API/CSS_Object_Model tags: - API - CSSOM - NeedsTranslation - Reference - TopicStub translation_of: Web/API/CSS_Object_Model ---

CSS Object Model 是一组允许用JavaScript操纵CSS的API。 它是继DOM和HTML API之后,又一个操纵CSS的接口,从而能够动态地读取和修改CSS样式。

API参考

CSSOM相关规范也扩展了其他几个接口:

{{domxref("Document")}}, {{domxref("Window")}}, {{domxref("Element")}}, {{domxref("HTMLElement")}}, {{domxref("HTMLImageElement")}}, {{domxref("Range")}}, {{domxref("MouseEvent")}}, and {{domxref("SVGElement")}}.

教程

规范

规范 进度 评价
{{SpecName("CSSOM")}} {{Spec2("CSSOM")}}
{{SpecName("CSSOM View")}} {{Spec2("CSSOM View")}}
{{SpecName("Screen Orientation")}} {{Spec2("Screen Orientation")}}
{{SpecName("CSS3 Fonts")}} {{Spec2("CSS3 Fonts")}}
{{SpecName("CSS3 Animations")}} {{Spec2("CSS3 Animations")}}
{{SpecName("CSS3 Transitions")}} {{Spec2("CSS3 Transitions")}}
{{SpecName("CSS3 Variables")}} {{Spec2("CSS3 Variables")}}
{{SpecName("CSS3 Conditional")}} {{Spec2("CSS3 Conditional")}}
{{SpecName("CSS3 Device")}} {{Spec2("CSS3 Device")}}
{{SpecName("CSS3 Counter Styles")}} {{Spec2("CSS3 Counter Styles")}}

浏览器兼容性

近几年所有的这些新特性正在一点一点的向不同的浏览器内添加,不过这确实是一个很复杂无法用简单表格总结的过程。如果具体项目中需要用到,请详细的检查接口的可用性。