CSS2 Test Suite: 9.10 unicode-bidi

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

div {border: 1px dotted gray; background: white;
   padding: 0.25em; margin-bottom: 0.5em;}
span {border: 1px dashed gray; border-color: gray red silver blue;
   padding: 1px 0.5em;}
.left {direction: ltr;}
.right {direction: rtl;}
.cl1 {unicode-bidi: normal;}
.cl2 {unicode-bidi: bidi-override;}
.cl3 {unicode-bidi: embed;}


The characters in the following elements should be ordered according to the value of 'unicode-bidi'.

[left cl1] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g
[left cl2] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g
[left cl3] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g
[right cl1] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g
[right cl2] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g
[right cl3] 1 2 3 4 5 6 7 8 9 10 11 12 13 a b c d e f g

[index page] [section] [Previous] [Next] [Specification]