css.properties

mask-border-width

The mask-border-width property specifies the width of a mask border.

Formal Syntax

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

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-border-width1โ€”17.279

Related Properties