text-kashida-space

Support Key: [IE5.5]
Other International Properties
unicode-bidi
direction
ruby-align
ruby-overhang
ruby-position
line-break
word-break
writing-mode
ime-mode
text-justify
text-autospace
layout-flow
layout-grid
layout-grid-mode
layout-grid-type
layout-grid-line
layout-grid-char
layout-grid-char-spacing
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   0%
Applicable Elements:
Block-level elements
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
Microsoft MSDN Reference
What is it?
A "Kashida" is a typographic effect that justifies lines of text by elongating certain characters at carefully chosen points. It is used in Arabic writing systems. This property controls the ratio of kashida expansion to white-space expansion when justifying lines of text in an element. The property can be used with any 'text-justify' justification mode where kashida-style expansion is used ("auto", "distribute", "kashida", and "newspaper".)

Allowed Values
inherit
[IE5.5]
Type: Explicit
Description:
Text is expanded using the text expansion value set on the parent element.
[percentage]
[IE5.5]
Type: Explicit
Description:
Refers to a ratio bteween kashida expansion and white-space expansion. 0% indicates white-space expansion only, while 100% indicates kashida expansion only.
Example
Ext/Doc: div { text-align: justify; text-justify: newspaper; text-kashida-space: 75%; }
In-Line: 
<div STYLE="text-align: justify; text-justify: newspaper; text-kashida-space: 75%;">
This is "Newspaper" justified content with text-kashida-space set to "75%".
But it won't do anything because the content is English.</div>
Browser Peculiarities

Boring Copyright Stuff....