← back to v149 · css-url-request-modifiers

conformance · v149

v149 · css-url-request-modifiers — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://drafts.csswg.org/css-values-5/#url-modifiers chromestatus: #5111997147512832 generated 2026-06-01T08:15:14Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
url-crossorigin-anonymous-supported url() accepts a cross-origin(anonymous) request modifier in background-image. spec ↗ css-supports
url-crossorigin-use-credentials-supported url() accepts cross-origin(use-credentials) for credentialed CORS. spec ↗ css-supports
url-integrity-supported url() accepts an integrity() modifier carrying an SRI hash. spec ↗ css-supports
url-referrer-policy-supported url() accepts a referrer-policy() modifier with a valid referrer-policy token. spec ↗ css-supports
url-modifiers-combine Multiple modifiers can be combined inside the same url() function. spec ↗ css-supports
url-rejects-bogus-modifier Unknown modifiers must be rejected so the declaration is invalid. spec ↗ script