Skip to content

"Feature table-layout not found on thunderbird.macos" #1530

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
jamesstonehill opened this issue Aug 1, 2024 · 2 comments
Open

"Feature table-layout not found on thunderbird.macos" #1530

jamesstonehill opened this issue Aug 1, 2024 · 2 comments

Comments

@jamesstonehill
Copy link

When running the server through Docker (using the docker-compose in the project as a starting template), I'm seeing this error message when opening the dashboard in the browser.

For my browser I'm using Chrome version 127.0.6533.88 (Official Build) (arm64). For OS I'm using Mac OS version 14.5 (23F79).

image
@rnwood
Copy link
Owner

rnwood commented Apr 25, 2025

Thanks for reporting this. I can reproduce this when using that rule in a CSS style tag.

This seems to be an issue with the doiuse-email library which we are using:
https://github.com/shellscape/doiuse-email/blob/3549c2b30be512cc907933cf822b77e59d52e643/src/doiuse.ts#L82

We can see in the data it uses, that indeed thunderbird.macos is not included for that CSS feature:
https://github.com/shellscape/doiuse-email/blob/3549c2b30be512cc907933cf822b77e59d52e643/src/data/can-i-email.json#L12390

Even in the latest data, this is not there:
https://raw.githubusercontent.com/hteumeuleu/caniemail/refs/heads/main/_features/css-table-layout.md

The caniemail website site shows this in grey:
Image
https://www.caniemail.com/features/css-table-layout/

So I guess this means the feature status is not known in that client. Therefore the bug seems to be in how doiuse-email handles this. Throwing an error doesn't seem the best course of action. It could return those as 'unknown status' warnings instead.

I will look at either submitting a bug or PR to fix (if author is open/responsive) or forking/replacing this library if not.

@rnwood
Copy link
Owner

rnwood commented May 1, 2025

PR #1739 created for this.

Todo: submit the package patch for caniuse-email upstream.

rnwood added a commit that referenced this issue May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants