Javascript Reference
Categories: STYLE

javascript STYLE textAutospace

@March 15, 2008, 1:22 a.m.
textAutospaceFirefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

Read/Write  

Controls the spacing between ideographic (typically Asian languages) and nonideographic characters.

 
Example
 
document.getElementById("myDIV").style.textAutospace = "ideograph-numeric";
 
Value

One of the following constants (as a string): ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space | none.

 
Default

none


Powered by Linode.