This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14033 - HTML5 table row column resizable
Summary: HTML5 table row column resizable
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5: The Markup Language (editor: Michael(tm) Smith) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-05 03:21 UTC by Wang Yong
Modified: 2011-09-08 15:28 UTC (History)
3 users (show)

See Also:


Attachments

Description Wang Yong 2011-09-05 03:21:20 UTC
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.
Comment 1 Tab Atkins Jr. 2011-09-05 19:22:25 UTC
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.
Comment 2 Wang Yong 2011-09-08 03:15:15 UTC
Sure, it should implemented by user agent respectively.
Thanks for your reply.
Yong Wang
Comment 3 Tab Atkins Jr. 2011-09-08 15:28:25 UTC
Resolving this bug based on user's comments.  Wang Yong, if this isn't acceptable, please change the bug's status back to New.