segment-break-transformation-removable-ref.html (788B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Text 4.1.2. Segment Break Transformation Rules</title> 6 <link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com"> 7 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 9 <style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style> 10 </head> 11 <body> 12 <div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character. 13 <!--Some Chinese--> 14 <p>一些中文</p> 15 <!--Some Chinese--> 16 <p>一些中文</p> 17 <!--Some Chinese--> 18 <p>一些中文</p> 19 <!--Some Hangul--> 20 <p>一些언문</p> 21 </div> 22 </body> 23 </html>