Skip to content

Commit 6734908

Browse files
tabatkinssvgeesus
authored andcommitted
Merge pull request w3c#435 from xfq/css-masking-editorial
1 parent f1bd796 commit 6734908

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-masking-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ TR: https://www.w3.org/TR/css-masking-1/
99
Previous Version: https://www.w3.org/TR/2021/CRD-css-masking-1-20210805/
1010
Shortname: css-masking
1111
Level: 1
12-
Group: CSSWG
12+
Group: fxtf
1313
Editor: Dirk Schulze, Adobe Inc., dschulze@adobe.com, w3cid 51803
1414
Editor: Brian Birtles, Mozilla Japan, bbirtles@mozilla.com, w3cid 43194
15-
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
15+
Editor: Tab Atkins Jr., Google, https://www.xanthir.com/contact/, w3cid 42199
1616
Abstract: CSS Masking provides two means for partially or fully hiding portions of visual elements: masking and clipping.
1717
Abstract:
1818
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.
1919
Abstract:
2020
Abstract: Clipping describes the visible region of visual elements. The
2121
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/
2323
Ignored Vars: trapeze.svg
2424
</pre>
2525
<pre class=link-defaults>
@@ -1435,7 +1435,7 @@ interface SVGMaskElement : SVGElement {
14351435

14361436
<h2 class="no-num" id="changes">Changes since last publication</h2>
14371437

1438-
The following changes were made since the <a href="http://www.w3.org/TR/2014/CR-css-masking-1-20140826/">26 August 2014 Candidate Recommendation</a>.
1438+
The following changes were made since the <a href="https://www.w3.org/TR/2014/CR-css-masking-1-20140826/">26 August 2014 Candidate Recommendation</a>.
14391439
* Allowed the <<'mask-mode'>> value in the 'mask' shorthand to appear anywhere other than between <<'mask-position'>> and <<'mask-size'>>.
14401440
* Removed Implements SVGUnitTypes on clipPath and mask elements.
14411441
* Apply properties that apply to all graphics elements to the use element as well.

0 commit comments

Comments
 (0)