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";

Example | Values | bidi-override

Δ

Example | Values | embed

Δ

Example | Values | normal

Δ

Example | DOM

Δ

Reference

Δ