← back to v136 · rename-string-attr-type-to-raw-string

conformance · v136

v136 · rename-string-attr-type-to-raw-string — conformance probe

5 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/#attr-notation chromestatus: #5191129693421568 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
attr-raw-string-supported The attr() function accepts the new `raw-string` type keyword. spec ↗ css-supports
attr-default-type Bare attr() — no type keyword — still parses (the default "raw-string" interpretation). spec ↗ css-supports
attr-with-fallback attr() with `raw-string` type plus a comma fallback parses. spec ↗ css-supports
attr-number-type-still-works The numeric typed attr() form still works — `raw-string` is only one of several types. spec ↗ css-supports
attr-roundtrip-content Setting an attr() content via CSSOM round-trips through the cssText getter. spec ↗ script