tor-browser

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

floating-first-letter-05d0.html (553B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Drop cap with U+05D0 in the document</title>
      4 <meta name="assert" content="The text placement within :first-line should not be affected by later presence of a right-to-left character.">
      5 <link rel=help href=https://drafts.csswg.org/css-pseudo-4/#first-line-styling>
      6 <link rel=match href=floating-first-letter-ref.html>
      7 <style>
      8  p:first-line {
      9    background: lightblue;
     10  }
     11 
     12  p::first-letter {
     13    float: left;
     14    font-size: 4rem;
     15  }
     16  div {
     17  	color: transparent;
     18  }
     19 </style>
     20 <p>Ab</p><div>&#x05D0;</div>