HTML CSS Reference/CSS Attributes and Javascript Style Properties/text kashida space
"text-kashida-space" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<address> <blockquote> |
| |<body> <center> |
| |currentStyle <custom> |
| |<dd> <div> |
| |<dl> <dt> |
| |<fieldset> <form> |
| |<hn> <hr> |
| |<isindex> <li> |
| |<listing> <menu> |
| |<ol> <p> |
| |<pre> runtimeStyle |
| |style <ul> |
| |<xmp> |
+----------------+--------------------------------------------------------------+
"text-kashida-space" Possible Values
Possible Values
A percentage of
0% only white space is used;the kashida-space/white-space
100% only kashida space is used.
"text-kashida-space" Syntax and Note
Note:
Controls the relation between white-space expansion between words and
the kashida expansion between characters.
A kashida space elongates characters in Arabic writing.
Syntax:
element { text-kashida-space: value }
elementID.style.textKashidaSpace = "value"
document.all.elementID.style.textKashidaSpace = "value"