Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <!-- Reference rendering for zwnj-01.html. This uses spans with |
michael@0 | 3 | display:inline-block to prevent the letters from connecting --> |
michael@0 | 4 | <html> |
michael@0 | 5 | <head> |
michael@0 | 6 | <title>ZWNJ test</title> |
michael@0 | 7 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
michael@0 | 8 | <style type="text/css"> |
michael@0 | 9 | body { |
michael@0 | 10 | font-size: 36px; |
michael@0 | 11 | } |
michael@0 | 12 | span { |
michael@0 | 13 | display: inline-block; |
michael@0 | 14 | } |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | <body lang="ar"> |
michael@0 | 18 | <p><span>ها</span><span>هفته</span></p> |
michael@0 | 19 | <p><span>ها</span><span>موزه</span></p> |
michael@0 | 20 | <p><span>شنبه</span><span>سه</span></p> |
michael@0 | 21 | <p><span>آهن</span><span>راه</span></p> |
michael@0 | 22 | <p><span>افزار</span><span>نرم</span></p> |
michael@0 | 23 | </body> |
michael@0 | 24 | </html> |