tor-browser

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

capitalize-3.html (886B)


      1 <!DOCTYPE HTML>
      2 <html>
      3    <title>CSS 2.1 Test Suite: text-transform</title>
      4    <link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
      5    <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      6    <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
      7    <meta name="flags" content="" />
      8 <body style="letter-spacing:2px">
      9 <p><span style="text-transform:capitalize">i ask "questions"</span>
     10 <p>i ask "<span style="text-transform:capitalize">questions"</span>
     11 <p><span style="text-transform:capitalize">i ask <span style="text-transform:none">q</span>uestions</span>
     12 <p><span style="text-transform:capitalize">i ask<br>questions</span>
     13 <p><span style="text-transform:capitalize">i ask&nbsp;questions</span>
     14 <p style="white-space:nowrap"><span style="text-transform:capitalize">i ask questions</span>
     15 </body>
     16 </html>