You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: CSS Masking provides two means for partially or fully hiding portions of visual elements: masking and clipping.
17
17
Abstract:
18
18
Abstract: Masking describes how to use another graphical element or image as a luminance or alpha mask. Typically, rendering an element via CSS or SVG can conceptually be described as if the element, including its children, are drawn into a buffer and then that buffer is composited into the element's parent. Luminance and alpha masks influence the transparency of this buffer before the compositing stage.
19
19
Abstract:
20
20
Abstract: Clipping describes the visible region of visual elements. The
21
21
region can be described by using certain SVG graphics elements or basic shapes. Anything outside of this region is not rendered.
22
-
Test Suite: http://test.csswg.org/suites/css-masking/nightly-unstable/
22
+
Test Suite: https://test.csswg.org/suites/css-masking/nightly-unstable/
0 commit comments