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 23039 - Drop table vspace/hspace
Summary: Drop table vspace/hspace
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: 2017 Q1
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 20:28 UTC by contributor
Modified: 2015-08-28 07:12 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2013-08-21 20:28:29 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html
Multipage: http://www.whatwg.org/C#tables
Complete: http://www.whatwg.org/c#tables
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
Drop table vspace/hspace

Posted from: 90.230.218.37
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.49 Safari/537.36 OPR/16.0.1196.45 (Edition Next)
Comment 1 Simon Pieters 2013-08-21 20:29:41 UTC
[[
The table element's hspace attribute maps to the dimension properties 'margin-left' and 'margin-right' on the table element.

The table element's vspace attribute maps to the dimension properties 'margin-top' and 'margin-bottom' on the table element.
]]

Drop the above.

See https://bugzilla.mozilla.org/show_bug.cgi?id=725646
Comment 2 Ian 'Hixie' Hickson 2013-10-30 23:27:32 UTC
So... any browser willing to make the first move?
Comment 3 Simon Pieters 2014-05-02 09:49:05 UTC
https://code.google.com/p/chromium/issues/detail?id=277080 now has a patch for use counters.
Comment 4 Philip Jägenstedt 2014-07-29 12:27:15 UTC
The use counters showed relatively low usage:
http://www.chromestatus.com/metrics/feature/timeline/popularity/374
http://www.chromestatus.com/metrics/feature/timeline/popularity/375

Based on this, I'm deprecating the attributes in Blink now:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/l3rZbX-BUaM/3iSlHsjmW0wJ

Unless something comes up, removal should follow in a few months.
Comment 5 Ms2ger 2015-08-28 07:12:30 UTC
https://github.com/whatwg/html/pull/13