← back to v145 · enable-monochrome-emoji-rendering-in-forced-colors-mode

conformance · v145

v145 · enable-monochrome-emoji-rendering-in-forced-colors-mode — 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-color-adjust-1/#forced-colors-properties chromestatus: #5861138256494592 generated 2026-06-01T08:14:32Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
forced-colors-media-supported matchMedia exposes the forced-colors media feature, the gate that triggers monochrome emoji rendering. spec ↗ script
font-variant-emoji-supported font-variant-emoji is supported in CSS — the property whose normal/unicode value triggers monochrome rendering in forced-colors. spec ↗ css-supports
font-variant-emoji-unicode-supported font-variant-emoji: unicode is supported — explicitly requests text-style (often monochrome) glyphs. spec ↗ css-supports
font-variant-emoji-emoji-supported font-variant-emoji: emoji is supported — opts back into color glyphs. spec ↗ css-supports
forced-color-adjust-supported forced-color-adjust property exists — the per-element opt-out toggle for forced colors handling. spec ↗ css-supports
matchmedia-forced-colors-active matchMedia('(forced-colors: active)') returns a MediaQueryList — JS can observe the mode that triggers monochrome emoji. spec ↗ script