unicode-bidi
Name: unicode-bidi
Description: Allows text which flows left to right, to be mixed with text that flows right to left.
Browser Compatibility: IE 5+
Inherited: No
Values:
- bidi-override
- embed
- inherit
- normal [Initial value]
Code Example:
p {unicode-bidi: embed; direction: rtl;}