-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-forms-1] Define pseudo element for textarea resizer #11850
Comments
What aspects of the appearance would be stylable? There's the obvious Would just supporting an image do the trick? |
Consistent rendering would be needed, it's not actually always shown in browsers right now. For example iOS Safari doesn't iirc. Another thing is how it responds to dark mode. Right now there's issues across browsers with contrast. The handle isn't big enough to meet wcag touch target requirements for example. It may even be that the current resize UI should be rethought entirely (possibly the edges should be the drag handles rather than a standalone pseudo?) |
I originally held off from adding this, mainly because of this:
Perhaps we could add some intermediate |
FWIW, a resizer is also shown if an element is a scroll container and the Sebastian |
Currently there's no pseudo-element for the resizer in the textarea elements, we should define one (and probably improve it).
The text was updated successfully, but these errors were encountered: