Skip to content

Commit 6d8f35e

Browse files
chrishtrsvgeesus
authored andcommitted
Merge pull request w3c#305 from chrishtr/fixlinkstooldspec
Replace links to w3c copy of canvas spec with links to living WHATWG spec
1 parent 0c9d7eb commit 6d8f35e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compositing-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Editor: Nikos Andronikos, Canon Information Systems Research Australia, Nikos.An
1515
Editor: Chris Harrelson, Google Inc., chrishtr@chromium.org, w3cid 90243
1616
Abstract: Compositing describes how shapes of different elements are combined into a single image. There are various possible approaches for compositing. Previous versions of SVG and CSS used <a href="https://www.w3.org/TR/SVG11/masking.html#SimpleAlphaBlending">Simple Alpha Compositing</a>. In this model, each element is rendered into its own buffer and is then merged with its <a>backdrop</a> using the Porter Duff ''source-over'' operator. This specification will define a new compositing model that expands upon the Simple Alpha Compositing model by offering:
1717
Abstract: <ul><li>additional Porter Duff compositing operators</li><li>advanced blending modes which allow control of how colors mix in the areas where shapes overlap</li><li>compositing groups</li></ul>
18-
Abstract: In addition, this specification will define CSS properties for blending and group isolation and the properties of the <a href="https://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">‘globalcompositeoperation’</a> attribute as defined in [[2DCONTEXT2]].
18+
Abstract: In addition, this specification will define CSS properties for blending and group isolation and the properties of the {{globalCompositeOperation}} attribute.
1919
</pre>
2020

2121
<style type="text/css">
@@ -50,7 +50,7 @@ The 'background-blend-mode' property also builds upon the properties defined in
5050

5151
This specification also enhances the rules as specified in <a href="https://www.w3.org/TR/2003/REC-SVG11-20030114/masking.html#SimpleAlphaBlending" title="simple alpha blending">Section 14.2 Simple alpha compositing</a> of [[SVG11]] and <a href="https://www.w3.org/TR/css3-color/#alpha" title="simple alpha compositing">simple alpha compositing</a> of [[!CSS3COLOR]].
5252

53-
This module also extends the <a href="https://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">‘globalcompositeoperation’</a> as defined in [[!2DCONTEXT2]].
53+
This module also extends the {{globalCompositeOperation}} attribute.
5454

5555
<h3 id="values">Values</h3>
5656

@@ -325,7 +325,7 @@ Note that the gradient is not blending with the color of <a element>body</a>. In
325325

326326
<h2 id="canvascompositingandblending">Specifying Compositing and Blending in Canvas 2D</h2>
327327

328-
The <a href="https://www.w3.org/TR/2dcontext">canvas 2d</a> context defines the <a href="https://www.w3.org/TR/2dcontext/#dom-context-2d-globalcompositeoperation">‘globalCompositeOperation’</a> attribute that is used to set the current compositing and blending operator.
328+
The <a href="https://html.spec.whatwg.org/multipage/canvas.html#2dcontext">canvas 2d</a> context defines the {{globalCompositeOperation}} attribute that is used to set the current compositing and blending operator.
329329

330330
This property takes the following value:
331331

0 commit comments

Comments
 (0)