w3c / css-validator

W3C CSS Validation Service
https://jigsaw.w3.org/css-validator/
Other
204 stars 105 forks source link

`rgba()` is dumped as `rgb()` #394

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago
.ui.basic.buttons .button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset inset;
}

image

I would expect rgba() in the errors instead of rgb() which is not present in the source. I know rgb() with alpha is valid, but the warning should display the input/original data.

mvorisek commented 1 year ago

it seems the data are not meant to be preserved