mask-border-source 50j3r
The mask-border-source property is used to specify an image that is to be used as a mask border image. 2n572o
The mask border image is set to an element using the same steps used to set a border-image-repeat
properties.
The mask-border-source
property is usually set as part of the shorthand mask-border
shorthand property’s entry.
An image that is an empty image (zero width or zero height), that fails to , is non-existent, or that cannot be displayed (e.g. because it is not in a ed image format) is ignored. It still counts as an mask border image but does not mask the element.
The application of the mask-border-source
property to an element formatted with the CSS box model establishes a opacity
property does, and all the element’s descendants are rendered together as a group with the masking applied to the group as a whole.
The mask-border-source
property has no effect on the geometry or hit-testing of any element’s CSS boxes. Which means that it does not affect how the element responds to pointer events.
mask-border-source
and the mask-image
is applied to the element before or after mask-border-source
. Both operation orders result in the same rendering.
Note that the mask-border-repeat
.
Official Syntax 52n3v
- Syntax:
mask-border-source: none | <image>
- Initial: none
- Applies To: All elements. In SVG, it applies to container elements excluding the <defs> element and all graphics elements
- Animatable: no
Values 6u6u2p
- none
- No mask border image is applied.
- <image>
-
See the
image
entry for a list of possible values.
Notes 3g6b1p
A computed value of other than none
results in the creation of a opacity
property does for values other than 1.
Examples 2w2wp
mask-border-image: url(border-mask.png); mask-border-image: none; mask-border-image: linear-gradient(black, transparent); /* a linear gradient is an <image> */
Live Demo 163835
See the mask-border
shorthand property entry for a live demo.
Browser 3n3564
CSS Masks 4e3p1w
Method of displaying part of an element, using a selected image as a mask
W3C Candidate Recommendation
ed from the following versions:
Desktop 5i6y2c
- No
- 53
- No
- No
- No
Mobile / Tablet 53b3r
- No
- No
- No
- No
- 60
Notes 3g6b1p
This module, as you can see in the table above, hasn’t been fully implemented in all browsers, so you’re probably not going to be able to use all features even in browsers that have implemented certain properties (for the time being).
In the meantime, you can check out this open source feature table by Alan Greenblatt on GitHub. The purpose of this table is to provide some insight into what the current state of affairs is with various browser implementations of CSS Clipping and Masking features.