Skip to content

Commit 113d724

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-masking-1/CR.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class
8686
</div>
8787

8888
<h2 class="no-num no-toc no-ref heading settled heading" id=abstract><span class=content>Abstract</span></h2>
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.
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.</p>
9090

91-
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.
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.
91+
<p>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.
92+
<p>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.
9393

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

0 commit comments

Comments
 (0)