[csswg-drafts] [css-ui] "auto" value for "resize" property? (#8848)

BartolomeSintes has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ui] "auto" value for "resize" property? ==
Using "auto" value with "overflow" property, user agents display scroll bars only if the content is overflowing and hide scroll bars by default. If content fits inside the element's padding box, it looks the same as with "visible" value.
But if the "resize" property is used, the element always displays a mechanism for allowing the user to resize it (except for "none" value, of course). 
It would be nice to have values like "auto", "auto-horizontal", "auto-vertical", etc that would display the mechanisn for resizing the element only when content is overflowing.
Is there a reason for "resize" property not having these kind of values? 


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8848 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 17 May 2023 07:46:10 UTC