writing-system-line-break-001-ref.html (574B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>CSS test reference</title> 5 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net"> 6 <style> 7 div { 8 font-family: monospace; 9 width: 2em; 10 } 11 [lang=ja] { border: solid blue; } 12 [lang=ja-Hang] { border: solid orange; } 13 </style> 14 15 <p>The test passes if the second line in the blue box below <em>starts with</em> a “〜”, 16 and if the second line in the orange box below <em>ends with</em> a “〜”. 17 18 <div lang=ja>東京<br>〜大<br>阪</div> 19 <div lang=ja-Hang>도<br>쿄〜<br>오사<br>카</div>