revision:
- specifies whether a punctuation mark may be placed outside the line box at the start or at the end of a full line of text.
Property values:
none : no punctuation mark may be placed outside the line box at the start or at the end of a full line of text
first : punctuation may hang outside the start edge of the first line
last : punctuation may hang outside the end edge of the first line
allow-end : punctuation may hang outside the end edge of all lines if the punctuation does not otherwise fit prior to justification
force-end : punctuation may hang outside the end edge of all lines. If justification is enabled on this line, then it will force the punctuation to hang.
initial : sets this property to its default value.
inherit : inherits this property from its parent element.
example: hanging-punctuation property
<style> p {hanging-punctuation: first;} </style>