Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use UA styles rather than prose to define <input> clip
The previous prose to make `overflow` act as `visible` with regards to other CSS features but still clip didn't work well with e.g. `text-overflow: ellipsis`. CSS now has a standard way to do what `input` buttons need, i.e. clip and also not affect interaction with `vertical-align`. Fixes whatwg#9976.
- Loading branch information