← back to v137 · system-accent-color-for-accent-color-property

conformance · v137

v137 · system-accent-color-for-accent-color-property — 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-ui-4/#widget-accent chromestatus: #6548224737017856 generated 2026-06-01T09:35:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
accent-color-auto-supported accent-color accepts the 'auto' keyword (default). spec ↗ css-supports
accent-color-named-color-supported accent-color accepts a <color> like red. spec ↗ css-supports
accent-color-system-AccentColor-supported accent-color accepts the CSS system color keyword AccentColor (mapped to the OS accent). spec ↗ script
accent-color-system-AccentColorText-supported accent-color accepts AccentColorText, the paired text-on-accent system color. spec ↗ script
color-AccentColor-as-color-value AccentColor is also accepted anywhere a <color> is valid (e.g. as a color: value). spec ↗ script
accent-color-computed-via-cssom Setting accent-color via CSSOM and reading getComputedStyle returns a non-empty string. spec ↗ script