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

Tags: , ,

No Response

Post your response

Copyright © 2010 - 2013 Handy CSS Designed By Anotix, Powered By WordPress, all right reserved.