tor-browser

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

unicode-lang.html (498B)


      1 <html>
      2 <head>
      3  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      4  <title>Unicode tests - language selector</title>
      5  <style>
      6    p:lang() {color: red}
      7    /* p[lang="hİ"] {text-indent:30px} Disabled until Bug 492431 is fixed */
      8    /* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
      9    input { -moz-appearance: none; }
     10  </style>
     11 </head>
     12 
     13 <body>
     14  <div><p lang="hi">स्टार</p></div>
     15  <input disabled>
     16 </body>
     17 </html>