1 textArea dirLTR ubNone

Assertion: direction(ltr) alone on a block element will cause the text to be left-aligned, directional runs to be arranged LTR (but the words should look correct within each run), and punctuation should be treated as LTR.

Only the text element has directional markup.

Link to the test

2 textArea dirRTL ubNone

Assertion: direction(rtl) alone on a block element will cause the text to be right-aligned, directional runs to be arranged RTL (but the words should look correct within each run), and punctuation should be treated as RTL.

Only the text element has directional markup.

Link to the test

3 g dirLTR ubNone

Assertion: direction(ltr) on a container element will be inherited by an embedded block element.

Only the g element has directional markup.

Link to the test

4 g dirRTL ubNone

Assertion: direction(rtl) on a container element will be inherited by an embedded block element.

Only the g element has directional markup.

Link to the test

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