css.properties

caret-shape

The caret-shape property specifies the shape of the text input caret.

Experimental โ€” This feature is experimental and may change

Formal Syntax

auto | bar | block | underscore

See specification

JavaScript Access

// Access via element.style
element.style.caretShape = 'auto';

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
caret-shape144โ€”โ€”144
auto144โ€”โ€”144
bar144โ€”โ€”144
block144โ€”โ€”144
underscore144โ€”โ€”144

Related Properties