docs.rodeo

MDN Web Docs mirror

CSS syntax

{{CSSRef}} 

The CSS syntax module describes, in general terms, the structure and syntax of cascading stylesheets, or CSS. It defines CSS as the language for describing the rendering of structured documents (such as HTML and XML), on the web and elsewhere.

This module doesn’t define any properties, data types, functions, or at-rules. Rather, it elaborates on how all of these features should be defined and how user agents should parse CSS.

At-rules

[!NOTE] The module explicitly states that {{cssxref("@charset")}}  is not an actual at-rule, but rather an unrecognized legacy rule that should be omitted when a stylesheet is grammar-checked. The only valid @charset usage is at the very beginning of a stylesheet, where it is interpreted as a special byte sequence stripped before processing the content.

Reference

Key concepts

Glossary terms

Guides

CSS selectors module:

CSS cascading and inheritance module:

CSS custom properties for cascading variables module:

CSS conditional rules module:

CSS Object Model (CSSOM) API:

WHATWG specification:

Specifications

{{Specifications}} 

See also

In this article

View on MDN