files/en-us/web/css/reference/properties/mask-border-mode/index.md
The mask-border-mode CSS property specifies the blending mode used in a mask border.
/* Keyword values */
mask-border-mode: luminance;
mask-border-mode: alpha;
/* Global values */
mask-border-mode: inherit;
mask-border-mode: initial;
mask-border-mode: revert;
mask-border-mode: revert-layer;
mask-border-mode: unset;
luminance
alpha
{{cssinfo}}
{{csssyntax}}
{{Specifications}}
Currently, no browsers support this feature.