css.properties

hanging-punctuation

The hanging-punctuation property specifies whether punctuation hangs outside the text box.

Formal Syntax

none | [ first || [ force-end | allow-end ] || last ]

See specification

JavaScript Access

// Access via element.style
element.style.hangingPunctuation = 'none';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
hanging-punctuation10
allow-end10
first10
last10
none10

Related Properties