text-kashida-space Attribute | textKashidaSpace参数属性
| DHTML文档教程 |
Sets or retrieves the ratio of kashida expansion to white space expansion when justifying lines of text in the object.
dhtml语法
HTML |
{ text-kashida-space : vKashida }
|
---|
Scripting | object.style.textKashidaSpace(v) [ = vKashida ] |
---|
DHTML可能的值
vKashida | Variant that
specifies or receives one of the following values.percentage | Integer, followed by a %. The value is the ratio of kashida expansion to white space expansion. 100% specifies kashida expansion only, and 0% specifies white space expansion only. | inherit | Text is expanded like the text in the parent object. |
|
The property is read/write
for all objects except the following, for which it is read-only:
currentStyle.
The property has a default value of
0%. The proposed Cascading Style Sheets (CSS) attribute is
inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
kashida is a typographic effect that justifies lines of text by elongating characters at carefully chosen points. it is used in arabic writing systems.
the property can be used with any justification style where kashida style expansion is used, such as the auto, distribute, kashida, and newspaper values of the textJustify property.
The property is read-only for the
currentstyle object.
the property applies to block elements only.
是否符合公共标准
This property is part of a proposed addition to
Cascading Style Sheets (CSS) .
Applies To
|
ADDRESS,
BLOCKQUOTE,
BODY,
CENTER,
currentStyle,
CUSTOM,
DD,
DIV,
DL,
DT,
FIELDSET,
FORM,
hn,
HR,
ISINDEX,
LI,
LISTING,
MENU,
OL,
P,
PLAINTEXT,
PRE,
runtimeStyle,
style,
UL,
XMP |
|