Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Bidi text in inline with background image</title>
5 <style type="text/css">
6 body {
7 font-size: 0;
8 }
9 span {
10 padding: 29px 0;
11 line-height: 58px;
12 }
13 .bgleft {
14 background: url(mozilla-banner.gif) no-repeat;
15 }
16 .bgright {
17 background: url(mozilla-banner.gif) no-repeat right top;
18 }
19 i {
20 padding: 30px;
21 }
22 </style>
23 </head>
24 <body>
25 <p dir="rtl"><span class="bgleft"><i>‏</i><br><i>‎</i><i>‏</i><i>‎</i></span><i>‎</i></p>
26 <p dir="rtl"><span class="bgright"><i>‏</i><br><i>‎</i><i>‏</i><i>‎</i></span><i>‎</i></p>
27 <p dir="ltr"><span class="bgleft"><i>‎</i><br><i>‎</i><i>‏</i><i dir="ltr">‎</i></span><i>‏</i></p>
28 <p dir="ltr"><span class="bgright"><i>‎</i><br><i>‎</i><i>‏</i><i dir="ltr">‎</i></span><i>‏</i></p>
29 </body>
30 </html>