HTML CSS Reference/CSS Attributes and Javascript Style Properties/text kashida space

Материал из Web эксперт
Перейти к: навигация, поиск

"text-kashida-space" is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To |<address>
| | |<body>
|

| |currentStyle <custom> |

| |
| | |
| | |<fieldset> <form> | | |<hn>
| | |<isindex>
  • | | |<listing> <menu> | | |

      | | |

                                 runtimeStyle                  |
      |                |style                           
        | | |<xmp> | +----------------+--------------------------------------------------------------+ </source>

        "text-kashida-space" Possible Values

        <source lang="html4strict"> Possible Values A percentage of 0% only white space is used;the kashida-space/white-space 100% only kashida space is used.


        </source>



        "text-kashida-space" Syntax and Note

        <source lang="html4strict"> 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"


        </source>