Skip to content

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

@softdays

Description

@softdays

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions