css.properties

text-emphasis-position

The text-emphasis-position property specifies the position of text emphasis marks.

Formal Syntax

text-emphasis-position = [ over | under ] && [ right | left ]?

See specification

JavaScript Access

// Access via element.style element.style.textEmphasisPosition = "over right";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-emphasis-position9946799
autoโ€”132โ€”โ€”
left6246879
over99108799
right6246879
under99108799

Related Properties