We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only iOS Safari does not support CSS resize property.
https://www.w3.org/TR/css-ui-3/#resize
This is a very popular feature: https://chromestatus.com/metrics/css/timeline/popularity/121
The text was updated successfully, but these errors were encountered:
https://wpt.fyi/results/css/css-ui?label=master&label=experimental&aligned&q=resize, though it looks like the two Safari failures are technically optional ("Implementations should not apply the resize property to generated content"), and all the tests otherwise pass everywhere on desktop.
https://bugs.webkit.org/show_bug.cgi?id=210473 covers iOS support of resize.
resize
Sorry, something went wrong.
No branches or pull requests
Description
Only iOS Safari does not support CSS resize property.
Specification
https://www.w3.org/TR/css-ui-3/#resize
Additional Signals
This is a very popular feature:
https://chromestatus.com/metrics/css/timeline/popularity/121
The text was updated successfully, but these errors were encountered: