ZVON > References > CSS2 Reference

Go to Standard
Property: unicode-bidi
Inherited: no
Value: normal | embed | bidi-override | inherit
Initial: normal
Applies to: all elements,but see prose
Media: visual
Percentages: N/A

Examples:



     <AAA> ABCDE EFGHIJ
          <BBB>abcde efghi jklmn opqrst uvwxyz</BBB> JKLMN OPQRST UVWXYZ
     </AAA>
View
AAA {direction: rtl; unicode-bidi: embed}
BBB {direction: ltr; unicode-bidi: embed}


     <AAA> ABCDE EFGHIJ
          <BBB>abcde efghi jklmn opqrst uvwxyz</BBB> JKLMN OPQRST UVWXYZ
     </AAA>
View
AAA {direction: rtl; unicode-bidi: embed}
BBB {direction: ltr; unicode-bidi: bidi-override}



     <AAA> ABCDE EFGHIJ
          <BBB>abcde efghi jklmn opqrst uvwxyz</BBB> JKLMN OPQRST UVWXYZ
     </AAA>
View
AAA {direction: rtl; unicode-bidi: embed}
BBB {direction: ltr; unicode-bidi: normal}




_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet