[csswg-drafts] Extend CSS rules accepted for display:table-column (#10799)

SetTrend has just created a new issue for https://github.com/w3c/csswg-drafts:

== Extend CSS rules accepted for display:table-column ==
# Current Situation

It's not possible to apply simple CSS rules, like `white-space: nowrap;` or `font-style: italic;` to a [`display: table-column`](https://www.w3.org/TR/css-tables-3/#mapping) element, i.e., a [HTML table column](https://html.spec.whatwg.org/multipage/tables.html#the-col-element).

# Desired Situation

`display: table-column` elements should be able to accept simple styling rules and map them to their corresponding `display: table-cell` child elements as if they were applied to these.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10799 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 28 August 2024 20:40:44 UTC