CSS text-emphasis-style Property Reference

The CSS text-emphasis-style property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

CSS text-emphasis-style Property Reference

The CSS text-emphasis-style property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

text-emphasis-style overview

The CSS text-emphasis-style property is a standard property in CSS Text Decoration. 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

text-emphasis-style formal syntax
FieldValue
Formal syntaxnone | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>
Initial valuenone
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Text Decoration
StatusStandard

Practical examples

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

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

Description

The CSS text-emphasis-style property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: text-emphasis-style
  2. MDN: CSS Properties Reference

Similar or alternative tools

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