1 Default context, inline dirRTL ubEmbed

Assertion: In the default context, if direction(rtl)+unicode-bidi(embed) are applied to an inline element containing mixed direction text, the text in that element will be displayed correctly.

Only the tspan has directional markup.

Link to the test

2 Default context, inline dirRTL ubNone

Assertion: In the default context, if direction(rtl) alone is applied to an inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.

Only the tspan has directional markup.

Link to the test

3 LTR context, inline dirRTL ubEmbed

Assertion: In a LTR context, if direction(rtl)+unicode-bidi(embed) are applied to an inline element containing mixed direction text, the text in that element will be displayed correctly.

Only the tspan has directional markup.

Link to the test

4 LTR context, inline dirRTL ubNone

Assertion: In a LTR context, if direction(rtl) alone is applied to an inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.

Only the tspan has directional markup.

Link to the test

5 RTL context, inline dirLTR ubEmbed

Assertion: In a RTL context, if direction(ltr)+unicode-bidi(embed) are applied to a LTR inline element containing mixed direction text, the text in that element will be displayed correctly.

Only the tspan has directional markup.

Link to the test

6 RTL context, inline dirLTR ubNone

Assertion: In a RTL context, if direction(ltr) alone is applied to a LTR inline element containing mixed direction text, the different directional runs in that element will not be in the correct order.

Only the tspan has directional markup.

Link to the test

7 Direction of a LTR tspan

Assertion: If unicode-bidi(embed)+direction(ltr) are applied to an inline element containing mixed direction text, the the inline element will interact with surrounding ltr text as a LTR directional run.

Only the tspan has directional markup.

Link to the test

8 Direction of a RTL tspan

Assertion: If unicode-bidi(embed)+direction(rtl) are applied to an inline element containing mixed direction text, the the inline element will interact with surrounding rtl text as a RTL directional run.

Only the tspan has directional markup.

Link to the test

Version: $Id: test-direction-unicode-bidi-1.html,v 1.2 2008/11/07 17:29:27 rishida Exp $