Re: [csswg-drafts] [css-color-3] Add `opacity` specific parameters for control of a specific element's opacity (#10677)

It would also be nice to avoid confusions with [`color-keyword`](https://www.w3.org/TR/css-color-3/#svg-color) or [`<hex-color>`](https://www.w3.org/TR/css-color-4/#hex-notation); where you have to specify the `opacity` in a following line. It would be nice to apply a different opacity to both without having to switch to another color format such as:
```
.element {
  background-color: #ffffff;
  color: black;
  opacity: 0.5;
}
```


-- 
GitHub Notification of comment by francescorn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10677#issuecomment-2266094795 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 2 August 2024 20:22:36 UTC