tor-browser

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

unicode-bidi-plaintext-textarea-1.html (415B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <title>unicode-bidi:plaintext</title>
      4 <style>
      5  textarea { text-align: left; resize: none; }
      6 </style>
      7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      8 </head><body>
      9 <div>
     10 The exclamation mark should be on the left side of the first line
     11 and on the right side of the second line.
     12 </div>
     13 <textarea rows=4 cols=50 dir=auto>
     14 שלום!
     15 hello!
     16 </textarea>
     17 </body></html>