trailing-ideographic-space-016.html (1539B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test: handling leading ideographic space sequence</title> 4 <link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com"> 5 <link rel="help" title="3. White Space and Wrapping: the white-space property" href="https://drafts.csswg.org/css-text-3/#white-space-property"> 6 <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre-wrap"> 7 <link rel="help" title="4.1.3. Phase II: Trimming and Positioning" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2"> 8 <link rel="help" title="5.5. Overflow Wrapping: the overflow-wrap/word-wrap property" href="https://drafts.csswg.org/css-text-3/#overflow-wrap-property"> 9 <link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-overflow-wrap-anywhere"> 10 <link rel="match" href="reference/trailing-ideographic-space-011-ref.html"> 11 <link rel="match" href="reference/trailing-ideographic-space-alt-011-ref.html"> 12 <meta name="assert" content="Trailing ideographic spaces should hang, despite the use of overflow-wrap: break-word."> 13 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 14 <style> 15 div { 16 font: 20px/1 Ahem; 17 width: 3ch; 18 19 overflow-wrap: break-word; 20 } 21 span { background: blue; } /* If the space is removed instead of hanging, there will be no blue box*/ 22 </style> 23 24 <p>Test passes if the characters below are arranged in a single line and if there is a blue square at the end of the first line. 25 <div>X <span>X </span></div>