tor-browser

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

number-input-vertical-overflow.html (708B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
      3 <link rel="help" href="https://html.spec.whatwg.org/#the-input-element">
      4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
      5 <title>Number input in vertical writing mode with long value does not cause ink overflow</title>
      6 <meta charset="utf-8">
      7 <link rel="match" href="number-input-vertical-overflow-ref.html">
      8 <style>
      9    input {
     10        writing-mode: vertical-lr;
     11        color: transparent;
     12        appearance: none;
     13        inline-size: 10em;
     14    }
     15 </style>
     16 <p>Number input with long value does not cause ink overflow</p>
     17 <input type="number" value="11111111111111111111111111111111111">