- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 May 2025 02:45:37 +0000
- To: public-css-archive@w3.org
> Please take this [resolution](https://github.com/w3c/csswg-drafts/issues/1603#issuecomment-467221081) into consideration to change the value definition: > > > Unknown `<url-modifier>`s get silently ignored (rather than invalidating the function). ``` <url()> = url( <string> <url-modifiers>? ) | <url-token> <src()> = src( <string> <url-modifiers>? ) <url-modifiers> = <request-url-modifier> || [ <ident> | <function-token> <any-value>? ]+ <request-url-modifier> = <crossorigin-modifier> || <integrity-modifier> || <referrerpolicy-modifier> ``` -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12151#issuecomment-2882053152 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 May 2025 02:45:38 UTC