Properties
CSS
unicode-bidi
The unicode-bidi property specifies the Unicode bidirectional algorithm.
CSS2
unicode-bidi: normal | embed | bidi-override | inherit
| Initial: | normal |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
Values
unicode-bidi: value;
| Value: | Description: |
| bidi-override | Creates an override for inline elements and inline descendants of block and inline-block elements |
| embed | Opens an additional level of embedding with respect to the bidirectional algorithm |
| inherit | Takes the same computed value as the property for the element's parent |
| normal | Does not open an additional level of embedding with respect to the bidirectional algorithm |
DOM
[window.]document.getElementById("element-id").style.unicodeBidi = "unicode-bidi";
