Skip to content
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

Missing css rule for the attribute/value scope='colgroup' #639

Open
lcarcone opened this issue Jul 10, 2024 · 2 comments
Open

Missing css rule for the attribute/value scope='colgroup' #639

lcarcone opened this issue Jul 10, 2024 · 2 comments
Labels
design system duplicate This issue or pull request already exists

Comments

@lcarcone
Copy link
Member

The file https://www.w3.org/assets/website-2021/styles/core.css contains the following rule:
th[scope=col] {
background-color: #024488;
color: #fff;
}

We have some pages that also use the value 'colgroup' to specify that a group of columns is a header and they are rendered differently.

Could we add the value 'colgroup' to the rule above ?

@vivienlacourba
Copy link
Member

Relates to #648

@vivienlacourba vivienlacourba added the duplicate This issue or pull request already exists label Aug 21, 2024
@vivienlacourba
Copy link
Member

This should not be necessary if the change suggested in #648 is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design system duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants