← back to v144 · css-caret-shape-property

conformance · v144

v144 · css-caret-shape-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/#caret-shape chromestatus: #6106160780017664 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
caret-shape-auto-supported caret-shape: auto is the initial value and must be accepted by CSS.supports. spec ↗ css-supports
caret-shape-bar-supported caret-shape: bar is a recognised keyword for a vertical insertion caret. spec ↗ css-supports
caret-shape-block-supported caret-shape: block is a recognised keyword for a rectangular replace-mode caret. spec ↗ css-supports
caret-shape-underscore-supported caret-shape: underscore is a recognised keyword for an underline-style caret. spec ↗ css-supports
caret-shape-invalid-rejected caret-shape rejects unknown keywords like 'curly' — the parser must not accept arbitrary identifiers. spec ↗ script
caret-shape-computed-style-roundtrip Setting caret-shape via CSSOM round-trips through getComputedStyle. spec ↗ script