Re: [csswg-drafts] [css-tables] Please add table-span

I would love this functionality, but I think there should be an independent property for each value.

CSS Multi-column introduces [`column-span`](https://drafts.csswg.org/css-multicol/#column-span), its syntax could be extended to accept integers, and behave like HTML's `colspan` in table cells. An analogous `row-span` property could be added, this one just for table cells.

The proposed `table-span` could be a shorthand property of `column-span` and `row-span`.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2014#issuecomment-347515261 using your GitHub account

Received on Tuesday, 28 November 2017 12:56:26 UTC