Skip to content

Commit 4eee6d5

Browse files
dirkschulzesvgeesus
authored andcommitted
Prepare document for CR
1 parent e5ed507 commit 4eee6d5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css-masking-1/CR.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
33
<title>CSS Masking Module Level 1</title>
44
<link href=../default.css rel=stylesheet type=text/css>
5-
<link href=../csslogo.ico rel="shortcut icon" type=image/x-icon>
65
<link href=https://www.w3.org/StyleSheets/TR/W3C-CR rel=stylesheet type=text/css>
76

8-
<script defer src=//test.csswg.org/harness/annotate.js#css-masking-1_dev type=text/javascript></script>
97
<style type=text/css>
108
a[data-link-type=element]::before,span[data-link-type=element]::before {
119
content: '<';
@@ -88,10 +86,10 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class
8886
</div>
8987

9088
<h2 class="no-num no-toc no-ref heading settled heading" id=abstract><span class=content>Abstract</span></h2>
91-
<p class=p-summary data-fill-with=abstract><p>CSS Masking provides two means for partially or fully hiding portions of visual elements: masking and clipping.
89+
<p class=p-summary data-fill-with=abstract>CSS Masking provides two means for partially or fully hiding portions of visual elements: masking and clipping.
9290

9391
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 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.
94-
Clipping describes the visible region of visual elements. The region can be described by using certain SVG graphics elements or basic shapes. Anything outside of this region is not rendered.</p>
92+
Clipping describes the visible region of visual elements. The region can be described by using certain SVG graphics elements or basic shapes. Anything outside of this region is not rendered.
9593

9694
<a href=http://www.w3.org/TR/CSS/>CSS</a> is a language for describing the rendering of structured documents
9795
(such as HTML and XML)

0 commit comments

Comments
 (0)