-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Properly handle alpha units #1525
Copy link
Copy link
Closed
Labels
CSS compatibilitySupport the CSS specSupport the CSS specrequires deprecationBlocked on a deprecation cycleBlocked on a deprecation cyclespecs writtenSpecs have been written for the feature and at least one implementation passes themSpecs have been written for the feature and at least one implementation passes them
Metadata
Metadata
Assignees
Labels
CSS compatibilitySupport the CSS specSupport the CSS specrequires deprecationBlocked on a deprecation cycleBlocked on a deprecation cyclespecs writtenSpecs have been written for the feature and at least one implementation passes themSpecs have been written for the feature and at least one implementation passes them
Currently
rgba()andhsla()completely ignore units on the$alphaargument. They should interpret percentages per spec and fail for any other unit.