Skip to content

Commit a42acb7

Browse files
Peter Linsssvgeesus
authored andcommitted
update www.w3.org/TR urls to https
1 parent f980813 commit a42acb7

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

compositing-1/Overview.bs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<pre class='metadata'>
33
Status: ED
44
ED: https://drafts.fxtf.org/compositing-1/
5-
TR: http://www.w3.org/TR/compositing-1/
6-
Previous Version: http://www.w3.org/TR/2015/CR-compositing-1-20150113/
7-
Previous Version: http://www.w3.org/TR/2014/CR-compositing-1-20140220/
5+
TR: https://www.w3.org/TR/compositing-1/
6+
Previous Version: https://www.w3.org/TR/2015/CR-compositing-1-20150113/
7+
Previous Version: https://www.w3.org/TR/2014/CR-compositing-1-20140220/
88
Shortname: compositing
99
Link Defaults: css-color-3 (property) color, svg (property) mask
1010
Deadline: 2014-08-17
1111
Level: 1
1212
Group: fxtf
1313
Editor: Rik Cabanier, Adobe Systems Inc., cabanier@adobe.com
1414
Editor: Nikos Andronikos, Canon Information Systems Research Australia, Nikos.Andronikos@cisra.canon.com.au
15-
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="http://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:
15+
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:
1616
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>
17-
Abstract: In addition, this specification will define CSS properties for blending and group isolation and the properties of the <a href="http://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">‘globalcompositeoperation’</a> attribute as defined in [[2DCONTEXT2]].
17+
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]].
1818
</pre>
1919

2020
<style type="text/css">
@@ -40,20 +40,20 @@ Each section of this document is normative unless otherwise specified.
4040

4141
This specification defines a set of CSS properties that affect the visual rendering of elements to which
4242
those properties are applied; these effects are applied after elements have been sized and positioned according
43-
to the <a href="http://www.w3.org/TR/CSS2/visuren.html" title="Visual formatting model">Visual formatting model</a>
43+
to the <a href="https://www.w3.org/TR/CSS2/visuren.html" title="Visual formatting model">Visual formatting model</a>
4444
from [[!CSS21]]. Some values of these properties result in the creation of a
45-
<a href="http://www.w3.org/TR/CSS2/visuren.html#containing-block" title="Visual formatting model">containing block</a>,
45+
<a href="https://www.w3.org/TR/CSS2/visuren.html#containing-block" title="Visual formatting model">containing block</a>,
4646
and/or the creation of a <a spec="css21">stacking context</a>.
4747

48-
The 'background-blend-mode' property also builds upon the properties defined in the <a href="http://www.w3.org/TR/css3-background/#placement" title="Backgrounds and Borders">CSS Backgrounds and Borders</a> module [[!CSS3BG]].
48+
The 'background-blend-mode' property also builds upon the properties defined in the <a href="https://www.w3.org/TR/css3-background/#placement" title="Backgrounds and Borders">CSS Backgrounds and Borders</a> module [[!CSS3BG]].
4949

50-
This specification also enhances the rules as specified in <a href="http://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="http://www.w3.org/TR/css3-color/#alpha" title="simple alpha compositing">simple alpha compositing</a> of [[!CSS3COLOR]].
50+
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]].
5151

52-
This module also extends the <a href="http://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">‘globalcompositeoperation’</a> as defined in [[!2DCONTEXT2]].
52+
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]].
5353

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

56-
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
56+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
5757
definition conventions</a> from [[!CSS21]]. Value types not defined in
5858
this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS
5959
modules may expand the definitions of these value types: for example [[!CSS3COLOR]],
@@ -62,29 +62,29 @@ value type as used in this specification.
6262

6363
In addition to the property-specific values listed in their definitions,
6464
all properties defined in this specification also accept the <a
65-
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
65+
href="https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
6666
keyword as their property value. For readability it has not been repeated
6767
explicitly.
6868

6969
<h2 id="csscompositingandblending">Specifying Blending in CSS </h2>
7070
<h3 id="compositingandblendingorder">Order of graphical operations</h3>
7171

72-
The compositing model must follow the <a href="http://www.w3.org/TR/SVG11/render.html#Introduction">SVG compositing</a> model [[!SVG11]]: first any filter effect is applied, then any clipping, masking, blending and compositing.
72+
The compositing model must follow the <a href="https://www.w3.org/TR/SVG11/render.html#Introduction">SVG compositing</a> model [[!SVG11]]: first any filter effect is applied, then any clipping, masking, blending and compositing.
7373

7474
<h3 id="csscompositingrules_CSS">Behavior specific to HTML</h3>
7575
<!-- <p>
76-
If an element specifies non-default blending or <a href="http://www.w3.org/TR/css3-color/#transparency">'opacity'</a>, its <a href="http://www.w3.org/TR/css3-2d-transforms/#transform-style-property">transform-style</a> [[CSS3-TRANSFORMS]] and that of all of its children must revert to 'flat'.<br>
77-
The application of blending other than 'normal' to an element must also establish a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS <a href="http://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
76+
If an element specifies non-default blending or <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a>, its <a href="https://www.w3.org/TR/css3-2d-transforms/#transform-style-property">transform-style</a> [[CSS3-TRANSFORMS]] and that of all of its children must revert to 'flat'.<br>
77+
The application of blending other than 'normal' to an element must also establish a <a spec="css21">stacking context</a> [[!CSS21]] the same way that CSS <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
7878

79-
Everything in CSS that creates a <a href="http://www.w3.org/TR/CSS21/zindex.html">stacking context</a> must be considered an <a href="#isolatedgroups">‘isolated’ group</a>. HTML elements themselves should not create groups.
79+
Everything in CSS that creates a <a href="https://www.w3.org/TR/CSS21/zindex.html">stacking context</a> must be considered an <a href="#isolatedgroups">‘isolated’ group</a>. HTML elements themselves should not create groups.
8080

8181
An element that has blending applied, must blend with all the underlying content of the <a spec="css21">stacking context</a> [[!CSS21]] that that element belongs to.
8282

8383
<h3 id="csscompositingrules_SVG">Behavior specific to SVG</h3>
8484

8585
By default, every element must create a <a href="#isolatedgroups">non-isolated group</a>.
8686

87-
<!-- SVG has the following <a href="http://www.w3.org/TR/SVG11/render.html#Introduction">compositing model</a>: first any filter effect is applied, then any clipping, masking, blending and compositing -->
87+
<!-- SVG has the following <a href="https://www.w3.org/TR/SVG11/render.html#Introduction">compositing model</a>: first any filter effect is applied, then any clipping, masking, blending and compositing -->
8888

8989
However, certain operations in SVG will create <a href="#isolatedgroups">isolated groups</a>. If one of the following features is used, the group must become isolated:
9090

@@ -107,7 +107,7 @@ This behavior is described in more detail in <a href="#blending">Blending</a>.
107107
Name: mix-blend-mode
108108
Value: <<blend-mode>>
109109
Initial: normal
110-
Applies to: All elements. In SVG, it applies to <a href="http://www.w3.org/TR/SVG/intro.html#TermContainerElement">container elements</a>, <a href="http://www.w3.org/TR/SVG/intro.html#TermGraphicsElement">graphics elements</a> and <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsReferencingElement">graphics referencing elements</a>. [[SVG11]]
110+
Applies to: All elements. In SVG, it applies to <a href="https://www.w3.org/TR/SVG/intro.html#TermContainerElement">container elements</a>, <a href="https://www.w3.org/TR/SVG/intro.html#TermGraphicsElement">graphics elements</a> and <a href="https://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsReferencingElement">graphics referencing elements</a>. [[SVG11]]
111111
Inherited: no
112112
Percentages: N/A
113113
Computed value: as specified
@@ -250,7 +250,7 @@ By default, elements use the ''isolation/auto'' keyword which implies that they
250250
Name: isolation
251251
Value: <<isolation-mode>>
252252
Initial: auto
253-
Applies to: All elements. In SVG, it applies to <a href="http://www.w3.org/TR/SVG/intro.html#TermContainerElement">container elements</a>, <a href="http://www.w3.org/TR/SVG/intro.html#TermGraphicsElement">graphics elements</a> and <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsReferencingElement">graphics referencing elements</a>. [[SVG11]]
253+
Applies to: All elements. In SVG, it applies to <a href="https://www.w3.org/TR/SVG/intro.html#TermContainerElement">container elements</a>, <a href="https://www.w3.org/TR/SVG/intro.html#TermGraphicsElement">graphics elements</a> and <a href="https://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsReferencingElement">graphics referencing elements</a>. [[SVG11]]
254254
Inherited: no
255255
Percentages: N/A
256256
Computed value: as specified
@@ -324,7 +324,7 @@ Note that the gradient is not blending with the color of <a element>body</a>. In
324324

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

327-
The <a href="http://www.w3.org/TR/2dcontext">canvas 2d</a> context defines the <a href="http://www.w3.org/TR/2dcontext/#dom-context-2d-globalcompositeoperation">‘globalCompositeOperation’</a> attribute that is used to set the current compositing and blending operator.
327+
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.
328328

329329
This property takes the following value:
330330

@@ -1417,22 +1417,22 @@ If this rule is not followed, an attacker could infer information and mount a ti
14171417
<h2 id=changes>Changes</h2>
14181418

14191419
The following changes were made relative to the <a
1420-
href="http://www.w3.org/TR/2014/CR-compositing-1-20140220/"> Candidate Recommendation of 20 February 2014</a>:
1420+
href="https://www.w3.org/TR/2014/CR-compositing-1-20140220/"> Candidate Recommendation of 20 February 2014</a>:
14211421
<ul>
14221422
<li>force isolation of SVG images embedded as &lt;img&gt; no longer at risk</li>
14231423
<li>removed destination as an option for <<composite-mode>></li>
14241424
</ul>
14251425

14261426
The following changes were made relative to the <a
1427-
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
1427+
href="https://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
14281428
Working draft of 7 January 2014</a>:
14291429

14301430
<ul>
14311431
<li>unneeded normative and informative references were removed</li>
14321432
</ul>
14331433

14341434
The following changes were made relative to the <a
1435-
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
1435+
href="https://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
14361436
Working draft of 10 October 2013</a>:
14371437

14381438
<ul>
@@ -1444,7 +1444,7 @@ Working draft of 10 October 2013</a>:
14441444
</ul>
14451445

14461446
The following changes were made relative to the <a
1447-
href="http://www.w3.org/TR/2013/WD-compositing-1-20130625/" >Working
1447+
href="https://www.w3.org/TR/2013/WD-compositing-1-20130625/" >Working
14481448
Draft of 2013-06-25</a>:
14491449

14501450
<ul>

compositing-1/issuegen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
print "~~~~~~~~~~~~~~~~~~~~~ Template for issues-list.txt ~~~~~~~~~~~~~~~~~~~~~\n";
2222
print <<XXX;
2323
24-
Draft: http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/
24+
Draft: https://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/
2525
Title: CSS Text Decoration Level 3
2626
... anything else you want here, except 4 dashes ...
2727

0 commit comments

Comments
 (0)