CSS Property: unicode-bidi
[this page | pdf | back links]
The CSS (CSS2) unicode-bidi property indicates
whether text direction should be overridden to support multiple languages in
the same document. It is used in conjunction with the direction
property.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
bidi-override
|
Creates an additional
level of embedding and reorders depending on direction property
|
|
embed
|
Creates an additional
level of embedding
|
|
normal
|
(default value). No
additional level of embedding
|
|
Default Value:
|
normal
|
|
JavaScript syntax:
|
e.g. object.style.unicodeBidi="bidi-override"
|
|
Inherited:
|
Yes
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties