Glubase - share your knowledge


All / Computers / Programming / CSS





  • View Command

CSS Reference

CSS unicode-bidi definition

Syntax

uncode-bidi: normal | bidi-override | embed | inherit

Description

The unicode-bidi property overrides the algorithm that determines in what direction the text should appear.

Values

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.

See Also

Direction

  • Comments

No comments added.