Skip to content

Extend CSS rules accepted for display:table-column #10799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SetTrend opened this issue Aug 28, 2024 · 2 comments
Open

Extend CSS rules accepted for display:table-column #10799

SetTrend opened this issue Aug 28, 2024 · 2 comments
Labels
css-tables-3 Current Work

Comments

@SetTrend
Copy link

Current Situation

It's not possible to apply simple CSS rules, like white-space: nowrap; or font-style: italic; to a display: table-column element, i.e., a HTML table column.

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.

@dbaron
Copy link
Member

dbaron commented Aug 28, 2024

There's a good bit of discussion of related issues in Mozilla bug 915, which I think probably has links to a bunch of other discussions (if you're willing to read the whole thing to find them).

@SetTrend
Copy link
Author

SetTrend commented Sep 4, 2024

Thank for for the hint!

Hmm … So, would you suggest to keep this issue open? I couldn't find a related one yet.

@fantasai fantasai added the css-tables-3 Current Work label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-tables-3 Current Work
Projects
None yet
Development

No branches or pull requests

3 participants