css.properties

outline-offset

The outline-offset property sets the space between an outline and the edge of an element.

Formal Syntax

<length>

See specification

JavaScript Access

// Access via element.style
element.style.outlineOffset = '0';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
outline-offset11.51.215

Related Properties