text-kashida-spaceNN n/a IE 5.5(Win) CSS n/a

Inherited: Yes

For Arabic text in a block-level element with text alignment style set to justify, controls the ratio of kashida expansion to white space expansion.

 
CSS Syntax
 
text-kashida-space: length | percentage
 
Value

See the discussion about length values at the beginning of this chapter. You may also specify a percentage value, which is calculated based on the width of the next outermost container.

 
Initial Value

0%

 
Example
 
div#col1 {text-align:justify; text-justify:newspaper; text-kashida-space:5%}
 
Applies To

Block-level elements.

 
Object Model Reference
 
[window.]document.getElementById("elementID").style.textKashidaSpace