Re: [csswg-drafts] [css-values] Security concerns regarding attr() (#5092)

Nit:

> Doing so makes the property it’s used in invalid.

`background-image: src(attr(foo))` is invalid at parse time and `--foo: attr(foo); background-image(src(var(--foo)))` is invalid at computed value time, or should both cases be invalid at computed value time?

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


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

Received on Monday, 15 April 2024 02:57:44 UTC