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 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style> |
michael@0 | 5 | span { display:inline-block; width:10em; } |
michael@0 | 6 | </style> |
michael@0 | 7 | </head> |
michael@0 | 8 | <body style="width: 433px; height: 590px;"> |
michael@0 | 9 | |
michael@0 | 10 | <table border="1"> |
michael@0 | 11 | <tr><td>space <span></span>.</td> |
michael@0 | 12 | <tr><td>nonbreaking-space <span></span>.</td> |
michael@0 | 13 | <tr><td>ideographic-space .</td> |
michael@0 | 14 | <tr><td>newline |
michael@0 | 15 | <span></span>.</td> |
michael@0 | 16 | <tr><td>tab	<span></span>.</td> |
michael@0 | 17 | <tr><td>form-feed.</td> |
michael@0 | 18 | </table> |
michael@0 | 19 | |
michael@0 | 20 | <table border="1" style="white-space:pre"> |
michael@0 | 21 | <tr><td>space <span></span>.</td> |
michael@0 | 22 | <tr><td>nonbreaking-space <span></span>.</td> |
michael@0 | 23 | <tr><td>ideographic-space .</td> |
michael@0 | 24 | <tr><td>newline |
michael@0 | 25 | .</td> |
michael@0 | 26 | <tr><td>tab	.</td> |
michael@0 | 27 | <tr><td>form-feed.</td> |
michael@0 | 28 | </table> |
michael@0 | 29 | |
michael@0 | 30 | <table border="1" style="white-space:nowrap"> |
michael@0 | 31 | <tr><td>space <span></span>.</td> |
michael@0 | 32 | <tr><td>nonbreaking-space <span></span>.</td> |
michael@0 | 33 | <tr><td>ideographic-space .</td> |
michael@0 | 34 | <tr><td>newline <span></span>.</td> |
michael@0 | 35 | <tr><td>tab	<span></span>.</td> |
michael@0 | 36 | <tr><td>form-feed.</td> |
michael@0 | 37 | </table> |
michael@0 | 38 | |
michael@0 | 39 | <table border="1" style="white-space:pre-wrap"> |
michael@0 | 40 | <tr><td>space <span></span>.</td> |
michael@0 | 41 | <tr><td>nonbreaking-space <span></span>.</td> |
michael@0 | 42 | <tr><td>ideographic-space .</td> |
michael@0 | 43 | <tr><td>newline |
michael@0 | 44 | .</td> |
michael@0 | 45 | <tr><td>tab	.</td> |
michael@0 | 46 | <tr><td>form-feed.</td> |
michael@0 | 47 | </table> |
michael@0 | 48 | |
michael@0 | 49 | </body> |
michael@0 | 50 | </html> |