← back to v132 · css-caret-animation-property

conformance · v132

v132 · css-caret-animation-property — conformance probe

8 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/#caret-animation chromestatus: #5082469066604544 generated 2026-06-06T18:46:22Z by codex-v132-caret-animation-goal
0
pass
0
fail
0
blocked
8
total
id contract kind verdict detail
caret-animation-property-supported The caret-animation property parses as a CSS property. spec ↗ css-supports
caret-animation-manual caret-animation accepts the manual keyword, which suppresses the default blink so authors can drive it themselves. spec ↗ css-supports
caret-animation-auto caret-animation accepts the auto keyword, which keeps the UA blink behaviour. spec ↗ css-supports
caret-animation-rejects-bad-value caret-animation only accepts the defined keywords; arbitrary identifiers are rejected. spec ↗ script
caret-animation-rejects-blink-keyword caret-animation does not define a blink keyword; authors use auto for the user-agent blink or manual for author-controlled animation. spec ↗ script
caret-animation-rejects-none-keyword caret-animation does not define a none keyword; a steady caret is manual without an author keyframe. spec ↗ script
caret-color-still-animatable caret-color is still recognised; the new caret-animation property complements it without removing it. spec ↗ css-supports
caret-animation-computed-style Setting caret-animation through CSSOM round-trips through getComputedStyle. spec ↗ script