![]() |
The unicode-bidi property overrides the algorithm that determines in what direction the text should appear.
| Values | Definition |
| normal | The element will not open an additional level of embedding. In the case of inline elements, implicit Unicode character ordering will be applied across elements. |
| bidi-override | The direction of the content is specified only by the ‘direction’ property. Implicit Unicode character ordering is also obeyed. |
| embed | Creates an additional explicit Unicode bidi embedding level, with the direction of the content specified by the ‘direction’ property. Implicit Unicode character ordering is also obeyed. |
| inherit | Explicitly sets the value of this property to that of the parent. |
Direction
Comments