1 default context, tspan dirNone ubOverride

Assertion: In the default context, if unicode-bidi(override) and no direction are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

2 default context, tspan dirLTR ubOverride

Assertion: In the default context, if direction(ltr)+unicode-bidi(override) are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

3 default context, tspan dirRTL ubOverride

Assertion: In the default context, if unicode-bidi(override)+direction(rtl) are applied to an inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

4 LTR context, tspan dirNone ubOverride

Assertion: In a LTR context, if unicode-bidi(override) and no direction are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

5 LTR context, tspan dirLTR ubOverride

Assertion: In a LTR context, if direction(ltr)+unicode-bidi(override) are applied to an inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

6 LTR context, tspan dirRTL ubOverride

Assertion: In a LTR context, if unicode-bidi(override)+direction(rtl) are applied to an inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from left to right.

Only the tspan element has directional markup.

Link to the test

7 RTL context, tspan dirNone ubOverride

Assertion: In a RTL context, if unicode-bidi(override) and no direction are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from right to left.

Only the tspan element has directional markup.

Link to the test

8 RTL context, tspan dirLTR ubOverride

Assertion: In a RTL context, if direction(ltr)+unicode-bidi(override) are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in reverse backing-store order from right to left.

Only the tspan element has directional markup.

Link to the test

9 RTL context, tspan dirRTL ubOverride

Assertion: In a RTL context, if unicode-bidi(override)+direction(rtl) are applied to a LTR inline element containing mixed direction text, the characters in that element will be displayed in backing-store order from right to left.

Only the tspan element has directional markup.

Link to the test

Version: $Id: test-direction-unicode-bidi-7.html,v 1.1 2008/11/07 17:29:28 rishida Exp $