punctuation-trim CSS Property
punctuation-trim attribute lets you to specify whether punctuation letter should be trimmed or not in case it appear start, end of line or adjacent to other mark. This property can also be applied to generated contents.
Definition Of punctuation-trim property:
The punctuation-trim property of CSS is used to define whether or not the punctuation mark should be trimmed.
What punctuation-trim property can do?
Sometimes punctuation characters comes to the start or end of the line or adjacent to another punctuation mark and need to be trimmed, keeping this in view the new version of CSS introduced a property named punctuation-trim to fulfill this requirement.
How to use CSS punctuation-trim property?
Syntax:
1
punctuation-trim: [value];
Example:
1
punctuation-trim: end ;
Related posts
- column-gap
- background-size
- border-top
- bottom
- white-space-collapse
- mark-after
- orphans
- border-top-left-radius
- hyphenate-resource
- min-height
Tags: css punctuation trim, punctuation-trim, punctuation-trim property

No Response
Post your response