The text-autospace property specifies the spacing between ideographic and non-ideographic.
p {
text-autospace: ideograph-alpha;
}
Property |
Value |
Explanation |
text-autospace |
ideograph-alpha |
spacing between ideographic and non-ideographic |
ideograph-numeric |
spacing between ideographic and numeric |
ideograph-parenthesis |
spacing between ideographic and parenthesis |
ideograph-space |
extends the width of the space character |
none |
no extra spacing is created (default) |
- ideograph-alpha
- Creates extra spacing between ideographic text and non-ideographic text.
- ideograph-numeric
- Creates extra spacing between ideographic text and numeric characters.
- ideograph-parenthesis
- Creates extra spacing between ideographic text and normal parenthesis.
- ideograph-space
- Extends the width of the space character that is adjacent to ideographic.
(This value might not be supported.)
Example