tor-browser

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

max-content-input-001-ref.html (626B)


      1 <!DOCTYPE html>
      2 <title>Reference: max-content sizes of INPUT and TEXTAREA</title>
      3 
      4 <style>
      5  input, textarea { font: 20px monospace; white-space: pre; }
      6 </style>
      7 
      8 <p><input value="sample text">
      9 
     10 <p><textarea class="h" rows=7 cols=12>sample text 1 sample text 1
     11 sample text 2 sample text 2
     12 sample text 3 sample text 3
     13 sample text 4 sample text 4
     14 sample text 5 sample text 5
     15 sample text 6 sample text 6
     16 sample text 7 sample text 7</textarea>
     17 
     18 <p><input value="sample text" style="width: 11ch">
     19 
     20 <p><textarea class="h" rows=3 cols=27>sample text 1 sample text 1
     21 sample text 2 sample text 2
     22 sample text 3 sample text 3</textarea>