css.properties

mask-border-outset

The mask-border-outset property specifies the outset of the mask border.

Formal Syntax

[ <length> | <number> ]{1,4}

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-border-outset1โ€”17.279

Related Properties