CSS Punctuation-Trim Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
This property determines whether or not a fullwidth punctuation character should be trimmed (kerned) if it appears at the start or end of a line, or adjacent to another fullwidth punctuation character.
Syntax
punctuation-trim: [value];
Possible values
- none
- start
- end
- adjacent
Initial Value
none
Applies To
All elements and generated content
Inherited
Yes
Media
Visual
Example
.class {
punctuation-trim: adjacent ;
}
Loading Twitter