unicode-bidi | NN 6 IE 5 CSS 2 |
Inherited: No | |
Controls the embedding of bidirectional text (such as a mixture of German and Arabic), in concert with the direction style attribute. |
|
CSS Syntax | |
unicode-bidi: embeddingType
|
|
Value | |
One of the following constant values: bidi-override | embed | normal. |
|
Initial Value | |
normal |
|
Example | |
div.multiLingual {unicode-bidi:embed} |
|
Applies To | |
All elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.unicodeBidi
|