css.properties

text-emphasis

The text-emphasis shorthand property sets text emphasis properties.

Formal Syntax

<'text-emphasis-style'> || <'text-emphasis-color'>

See specification

JavaScript Access

// Access via element.style
element.style.textEmphasis = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-emphasis9946799
circle2546779
currentColor2546779
dot2546779
double-circle2546779
filled2546779
none2546779
open2546779
sesame2546779
transparent2546779
triangle2546779

Related Properties