5 date="2014-10-23T07:57:39Z"
7 > The Arabic pages on your wiki seem to have the Arabic in LTR, instead of the intended RTL
9 As I said on the other forum thread, it does look to me as though it is RTL;
10 the display bug is that it's left-justified (text-align: left) because the
11 blueview stylesheet explicitly (and unnecessarily?) left-aligns text.
13 You can test RTL/LTR in English by putting a distinctive directionless punctuation
14 character at the beginning and end of a paragraph like this:
16 <p dir=\"ltr\">• This renders with a bullet on the left and an ellipsis on the right…</p>
17 <p dir=\"rtl\">• This renders with a bullet on the right and an ellipsis on the left…</p>
19 The actual text still goes left-to-right because Latin characters are known
20 to be left-to-right by the Unicode bidi algorithm, but the punctuation moves
21 around, and in ikiwiki themes other than blueview and goldtype, the alignment
24 <p dir=\"ltr\">• This renders with a bullet on the left and an ellipsis on the right…</p>
25 <p dir=\"rtl\">• This renders with a bullet on the right and an ellipsis on the left…</p>
29 * <http://actiontabs.hosted.pseudorandom.co.uk/rtl/>
30 * <http://blueview.hosted.pseudorandom.co.uk/rtl/>
31 * <http://goldtype.hosted.pseudorandom.co.uk/rtl/>
32 * <http://unthemed.hosted.pseudorandom.co.uk/rtl/>