css.properties

outline-width

The outline-width property sets the width of an outline.

Formal Syntax

<line-width>

See specification

JavaScript Access

// Access via element.style
element.style.outlineWidth = 'medium';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
outline-width11.51.212
medium111.212
thick111.212
thin111.212

Related Properties