← 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.
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 | … |