css.properties

outline-width

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

Formal Syntax

outline-width = <line-width> <line-width> = <length [0,โˆž]> | thin | medium | thick

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