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

HTML Reporter - Invalid CSS Styling #981

Closed
ghost opened this issue Dec 14, 2016 · 2 comments
Closed

HTML Reporter - Invalid CSS Styling #981

ghost opened this issue Dec 14, 2016 · 2 comments
Labels
bug Unexpected and reproducible misbehavior.

Comments

@ghost
Copy link

ghost commented Dec 14, 2016

At the moment, the HTML report has an invalid CSS style within it. It is attempting to defining a background color in the table header to have an alpha value. This is the currently offending line.

Currently, CSS color properties do not support defining an RGBA color from an 8 hexidecimal characters value (only using the rgba functions). See CSS Color Module Level 3 Recommendation.

Defining RGBA colors from hex is tentatively slated for the future. See CSS Color Module Level 4 Editor's Draft.

We should either use a non-transparent color there or we should use the rgba function to generate the desired color.

@marcelofabri marcelofabri added the bug Unexpected and reproducible misbehavior. label Dec 14, 2016
@marcelofabri
Copy link
Collaborator

@aamctustwo Would you like to open a PR addressing this?

@ghost
Copy link
Author

ghost commented Dec 15, 2016

@marcelofabri Yes, I'll have the PR ready to go later today! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

No branches or pull requests

1 participant