trailing-ideographic-space-break-spaces-001.html (867B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test: Breaking sequences of trailing ideograohic spaces </title> 4 <link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com"/> 5 <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-break-spaces"> 7 <link rel="match" href="reference/trailing-ideographic-space-break-spaces-001-ref.html"> 8 <meta name="assert" content="If white-space is set to 'break-spaces', the overflowing idegraphic spaces must wrap to the next line."> 9 <style> 10 div { 11 width: 3em; 12 white-space: break-spaces; 13 line-height: 1; 14 } 15 </style> 16 17 <p>Test passes if the characters below are arranged in pairs with a empty line in between.</p> 18 <div>ああ    ああ</div>