Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>text-align-true</title> |
michael@0 | 5 | <meta charset="utf-8"> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | p { |
michael@0 | 8 | overflow:hidden; |
michael@0 | 9 | width:8em; |
michael@0 | 10 | white-space:nowrap; |
michael@0 | 11 | margin:0; |
michael@0 | 12 | } |
michael@0 | 13 | .test1 p { |
michael@0 | 14 | text-align: end; |
michael@0 | 15 | } |
michael@0 | 16 | .test2 p { |
michael@0 | 17 | text-align: right; |
michael@0 | 18 | } |
michael@0 | 19 | .test3 p { |
michael@0 | 20 | text-align: end; |
michael@0 | 21 | } |
michael@0 | 22 | .test4 p { |
michael@0 | 23 | text-align: left; |
michael@0 | 24 | } |
michael@0 | 25 | .test5 p { |
michael@0 | 26 | text-align: right; |
michael@0 | 27 | } |
michael@0 | 28 | .r { |
michael@0 | 29 | float:right; |
michael@0 | 30 | } |
michael@0 | 31 | .l { |
michael@0 | 32 | float:left; |
michael@0 | 33 | } |
michael@0 | 34 | </style> |
michael@0 | 35 | </head> |
michael@0 | 36 | <body> |
michael@0 | 37 | <div class=test1> |
michael@0 | 38 | <p>Lorem ipsum dolor sit amet.</p> |
michael@0 | 39 | <p dir="rtl">ישים אל לבו חובתו אשר הוא מתעלם ממנה.</p> |
michael@0 | 40 | </div> |
michael@0 | 41 | |
michael@0 | 42 | <div class=test2> |
michael@0 | 43 | <p><span class="r">Lorem ipsum dolor sit amet.</span></p> |
michael@0 | 44 | <p dir="rtl">ישים אל לבו חובתו אשר הוא מתעלם ממנה.</p> |
michael@0 | 45 | </div> |
michael@0 | 46 | |
michael@0 | 47 | <div class=test3> |
michael@0 | 48 | <p><span class="r">Lorem ipsum dolor sit amet.</span></p> |
michael@0 | 49 | <p dir="rtl"><span class="l">ישים אל לבו חובתו אשר הוא מתעלם ממנה.</span></p> |
michael@0 | 50 | </div> |
michael@0 | 51 | |
michael@0 | 52 | <div class=test4> |
michael@0 | 53 | <p>Lorem ipsum dolor sit amet.</p> |
michael@0 | 54 | <p dir="rtl"><span class="l">ישים אל לבו חובתו אשר הוא מתעלם ממנה.</span></p> |
michael@0 | 55 | </div> |
michael@0 | 56 | |
michael@0 | 57 | <div class=test5> |
michael@0 | 58 | <p><span class="r">Lorem ipsum dolor sit amet.</span></p> |
michael@0 | 59 | </div> |
michael@0 | 60 | |
michael@0 | 61 | left|true right</body> |
michael@0 | 62 | </html> |