Bidirectional Text Test

TABLE	{
	border-style: solid;
	border-color: black;
	}

.one	{
	direction: ltr;
	}

.two	{
	direction: rtl;
	}

.three	{
	direction: rtl;
	unicode-bidi: normal;
	}

.four	{
	direction: rtl;
	unicode-bidi: bidi-override;
	}

The numbers in the following table should read 0 1 2 3 4 5 6 7 8 9.

0 1 2 3 4 5 6 7 8 9

The numbers in the following table should read 9 8 7 6 5 4 3 2 1 0.

0 1 2 3 4 5 6 7 8 9

The words (?) and letters in this sentence should be normal, but I'm not sure about punctuation.

The letters in this sentence should be completely reversed.

More tests to come, involving unicode-bidi: embed (vs. normal) and mixed ltr and rtl text.


Valid HTML 4.0!

(Back to CSS Testing Information, David Baron)

LDB, dbaron@dbaron.org