tor-browser

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

line-breaking-atomic-020.html (811B)


      1 <!doctype html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>CSS Text — NON-BREAKING HYPHEN after atomic inline</title>
      5 <meta name=assert content="There is no soft wrap opportunity between an atomic inline and a preceeding NON-BREAKING HYPHEN">
      6 <link rel=help href="https://www.w3.org/TR/css-text-3/#line-break-details">
      7 <link rel=match href="../../reference/ref-filled-green-100px-square.xht">
      8 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
      9 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     10 <style>
     11 div {
     12  font: 100px/1 Ahem;
     13  color: transparent;
     14  width: 100px;
     15  background: red;
     16 }
     17 span {
     18  display: inline-block;
     19 }
     20 a {
     21  color: green;
     22 }
     23 </style>
     24 
     25 <p>Test passes if there is a filled green square and <strong>no red</strong>.
     26 
     27 <div><a>A</a>&#x2011;<span>B</span></div>