As a developer I have a question regarding the support of the css3 resize property.
I am developing for Chrome Version 46.0.2490.71
Here is the scenario:
I create DIVs and I make them all resizable via CSS.
If I have the "height" and/or "width" set of the DIV via height or width CSS property, I then cannot resize the DIV to be smaller than that value.
Conclusion:
The "height" and "width" are functioning like the "min-height" and "min-width" for resizable DIVs.
Here is an example Stack Question:
Resize is BIG part of CSS3 and I am not sure how this got overlooked but if Chrome is going to be the leading browser then PLEASE adjust the support for this functionality :)