tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

trailing-ideographic-space-012.html (1190B)


      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="match" href="reference/white-space-pre-wrap-trailing-spaces-004-ref.html">
      9 <link rel="match" href="reference/white-space-pre-wrap-trailing-spaces-alt-004-ref.html">
     10 <meta name="assert" content="Trailing ideographic spaces should hang.">
     11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
     12 <style>
     13 div {
     14  font: 25px/1 Ahem;
     15  color: green;
     16  background: red;
     17 
     18  width: 2ch;
     19 }
     20 span { background: blue; } /* If the space is removed instead of hanging, there will be no blue box*/
     21 </style>
     22 
     23 <p>This test passes if there is a green square and no red.
     24 <div>XX<span>&#x03000;</span>XX</div>