tor-browser

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

placeholder-white-space.tentative.html (581B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Textarea placeholder honors textarea's text-overflow</title>
      4 <link rel=author href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      5 <link rel=author href="https://mozilla.com" title="Mozilla">
      6 <link rel=mismatch href="placeholder-white-space-notref.html">
      7 <link rel=help href="https://github.com/w3c/csswg-drafts/issues/6669">
      8 <style>
      9  textarea {
     10    white-space: nowrap;
     11    text-overflow: ellipsis;
     12    max-width: 100px;
     13  }
     14 </style>
     15 <textarea placeholder="This is a really long string that needs to be truncated"></textarea>