| text-autospace | NN n/a IE 5(Win) CSS n/a |
| Inherited: No | |
Controls the spacing between ideographic (typically Asian languages) and nonideographic characters. |
|
| CSS Syntax | |
text-autospace: spacingType
|
|
| Value | |
One of the following constants: ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space | none. |
|
| Initial Value | |
none |
|
| Example | |
div {text-autospace: ideograph-numeric}
|
|
| Applies To | |
All elements. |
|
| Object Model Reference | |
[window.]document.getElementById("elementID").style.textAutospace
|
|