This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Hi, It is not a bug but a new feature enhancement. Currently, more and more user use html table to render multiple dimension data. If the row and column is able to re-size by web user, it will be much user friendly to them. Although web developer can implement this feature by js, like using jQuery, it is not easy and cost a lot effort, and not all browser support the same feature. So, if html5 is able to consider to add one attribute to html table "resizable", it would be great for web developer. Thanks and Regards, Yong Wang.
Theoretically this could be done by adjusting the CSS 'resize' property <http://dev.w3.org/csswg/css3-ui/#resize>. This is a styling issue, and shouldn't be done through HTML.
Sure, it should implemented by user agent respectively. Thanks for your reply. Yong Wang
Resolving this bug based on user's comments. Wang Yong, if this isn't acceptable, please change the bug's status back to New.