text-kashida-space property
Specifies how to justify lines of text by elongating characters at algorithmically-selected points in Arabic writing systems.
JavaScript page for this property: textKashidaSpace. You can find other example(s) there. |
Possible values:
One of the following values:
Defines how much space the kashida expansion needs relative to the white-space expansion. |
Default: 0%.
Example HTML code 1:
This example illustrates the use of the text-kashida-space property:
|
||||
<head> <style> .kasSpace0 { text-align: justify; text-justify: distribute; text-kashida-space: 0%; } .kasSpace25 { text-align: justify; text-justify: distribute; text-kashida-space: 100%; } </style> </head> <body> <div class="kasSpace0"> <!--The house is very big--> العربية لغة رسمية في كل دول العالم العربي إضافة إلى كونها لغة رسمية في دول السنغال، ومالي، وتشاد، وإريتيريا . وقد اعتمدت العربية كإحدى لغات منظمة الأمم المتحدة الرسمية الست </div> <div class="kasSpace100"> <!--The house is very big--> العربية لغة رسمية في كل دول العالم العربي إضافة إلى كونها لغة رسمية في دول السنغال، ومالي، وتشاد، وإريتيريا . وقد اعتمدت العربية كإحدى لغات منظمة الأمم المتحدة الرسمية الست </div> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
address, blockQuote, body, center, dd, dir, div, dl, dt, fieldSet, form, H1, H2, H3, H4, H5, H6, html, isIndex, legend, li, listing, marquee, menu, ol, p, pre, textArea, ul, xmp
Related pages:
ime-mode
layout-flow
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
unicode-bidi
layout-flow
layout-grid
layout-grid-char
layout-grid-line
layout-grid-mode
layout-grid-type
ruby-align
ruby-overhang
ruby-position
text-justify
unicode-bidi
External links:
User Contributed Comments