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

validate-property-value: false-positive on background-color value format #120

Open
softdays opened this issue Nov 11, 2019 · 1 comment
Open

Comments

@softdays
Copy link

Hi, please have a look a the false-positive below:

sonarqube_issue_backgroundColor_format

@see https://drafts.csswg.org/css-color/#typedef-hex-color

8 digits
The first 6 digits are interpreted identically to the 6-digit notation. The last pair of digits, interpreted as a hexadecimal number, specifies the alpha channel of the color, where 00 represents a fully transparent color and ff represent a fully opaque color.
In other words, #0000ffcc represents the same color as rgb(0 0 100% / 80%) (a slightly-transparent blue).

@racodond
Copy link
Owner

Hi @softdays,

I don't want to keep maintaining this plugin. Feel free to ping me if you want to take over.

Regards,

David

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