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

conformance · v140

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

7 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-01T23:47:03Z by codex
0
pass
0
fail
0
blocked
7
total
id contract kind verdict detail
caret-animation-auto-supported caret-animation accepts the auto keyword, preserving the user agent's default caret animation behavior. spec ↗ css-supports
caret-animation-manual-supported caret-animation accepts the manual keyword, allowing authors to suppress user-agent-driven caret animation. spec ↗ css-supports
caret-animation-rejects-unknown-keywords caret-animation rejects identifiers outside the defined auto and manual keywords. spec ↗ script
caret-animation-initial-auto The initial computed value of caret-animation is auto. spec ↗ script
caret-animation-computes-specified-keyword caret-animation computes to the specified keyword for manual and auto declarations. spec ↗ script
caret-animation-is-inherited caret-animation is inherited, so a text input child can inherit manual from an ancestor. spec ↗ script
caret-color-animation-remains-valid-with-manual CSS animations can still target caret-color while caret-animation is manual. spec ↗ script