text-autospace
Important |
|---|
|
This documentation is preliminary and subject to change. |
Sets the autospacing and narrow space width adjustment of text.
Syntax
{ text-autospace:
sIdeograph
}
Possible values
sIdeograph
String that specifies one of the following values:
|
none |
Default. No effect takes place—that is, no extra space is added. |
|
ideograph-alpha |
Creates extra spacing between runs of ideographic and non-ideographic text, such as Latin-based, Cyrillic, Greek, Arabic, or Hebrew text. |
|
ideograph-numeric |
Creates extra spacing between runs of ideographic text and numeric characters. |
|
ideograph-parenthesis |
Creates extra spacing between a normal (non-wide) parenthesis and an ideograph. |
|
ideograph-space |
Extends the width of the space character when it is adjacent to ideographs. |
This property has a default value of none. It is not inherited.
Remarks
An ideograph is a character in an Asian writing system that represents a concept or an idea, but not a particular word or pronunciation.
Standards information
This property is defined in CSS Selectors Level 3
.
Applies to
a, address, b, big, blockquote, body, button, caption, center, cite, code, col, colgroup, custom, dd, defaults, dfn, div, dl, dt, em, fieldset, form, hn, html, i, img, input type=button, input type=checkbox, input type=file, input type=image, input type=password, input type=radio, input type=reset, input type=submit, input type=text, li, ol, p, s, span, sub, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var, xmp
Important