CSS quotes Property Reference

The CSS quotes property is a standard property in CSS Generated Content. Review its formal syntax, computed behavior, and practical declarations.

CSS quotes Property Reference

The CSS quotes property is a standard property in CSS Generated Content. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

quotes overview

The CSS quotes property is a standard property in CSS Generated Content. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

quotes formal syntax
FieldValue
Formal syntaxnone | auto | [ <string> <string> ]+
Initial valuedependsOnUserAgent
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Generated Content
StatusStandard

Practical examples

These declarations demonstrate valid ways to set quotes. The initial and inherit global keywords remain available even when a property-specific value is preferable.

quotes live example
CSS .reset-example { quotes: initial; } .inherit-example { quotes: inherit; } @supports (quotes: initial) { .supported { quotes: initial; } }

Description

The CSS quotes property is a standard property in CSS Generated Content. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: quotes
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies