tor-browser

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

text-emphasis-punctuation-1-ref.html (534B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS text decoration test: emphasis marks and punctuation</title>
      4 
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      6 <style>
      7 .ahem { font: 25px/2 Ahem; }
      8 span { text-emphasis: filled circle; }
      9 </style>
     10 
     11 <p>The punctuation should <b>not</b> have emphasis marks:</p>
     12 <p class="ahem"><span>Abc</span> (<span>def</span>) <span>gh</span>? <span>Ijk</span>.
     13 <span>Lm</span>, <span>n</span>-<span>op</span>!
     14 [<span>Qrst</span><span>uv</span>] <span>wx</span>/<span>yz</span>.</p>