- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 26 May 2023 00:10:32 +0000
- To: public-css-archive@w3.org
@gavinmcfarland You are misunderstanding, this proposal is for a normal shorthand, not for additive cascade. It would just allow writing ```css background: url("image.png") no-repeat right top, url("image2.png"), red; ``` as ```css background-something: url("image.png") no-repeat right top, url("image2.png"); background-color: red; ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8726#issuecomment-1563652091 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 26 May 2023 00:10:34 UTC