Skip to content

Commit 1d22fda

Browse files
bert-githubsvgeesus
authored andcommitted
Modifications for pubrules: Added a changes section, fixed a broken link and made the standard style sheet the last one in the list.
1 parent a6397c2 commit 1d22fda

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

compositing-1/Compositing.src.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head profile="http://www.w3.org/2006/03/hcard">
@@ -207,11 +207,11 @@
207207
}
208208
</style>
209209

210-
<link rel="stylesheet" type="text/css"
211-
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
212-
213210
<link id="st" href="style/alternate-spec-style.css" rel="stylesheet"
214211
type="text/css" title="alternate spec style">
212+
213+
<link rel="stylesheet" type="text/css"
214+
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
215215
</style>
216216
</head>
217217

@@ -291,6 +291,9 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
291291
<h2 class="no-num no-toc" id="status">Status of This Document</h2>
292292

293293
<!-- status -->
294+
295+
<p>For changes since the previous draft, see the <a
296+
href="#changes">changes section.</a>
294297

295298
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
296299

@@ -1049,7 +1052,7 @@ <h2 id="whatiscompositing">Introduction to compositing</h2>
10491052
</p>
10501053
-->
10511054
<p>
1052-
In the model described in this specification there are two steps to the overall compositing operation - <a href="#advancedcompositing">Porter-Duff compositing</a> and <a href="blending">blending</a>.
1055+
In the model described in this specification there are two steps to the overall compositing operation - <a href="#advancedcompositing">Porter-Duff compositing</a> and <a href="#blending">blending</a>.
10531056
Porter Duff compositing takes into account the overall shape of the graphic element and its opacity, as well as the opacity and shape of the backdrop, and
10541057
determines where the backdrop is visible, where the graphic element is visible and where one is visible through the other.
10551058
The blending step determines how the colors from the graphic element and the backdrop interact.
@@ -1977,5 +1980,20 @@ <h3 id="informref">Informative References</h3>
19771980
</dl>
19781981
<!--informative-->
19791982

1983+
<h2 id=changes>Changes</h2>
1984+
1985+
<p>The following changes were made relative to the <a
1986+
href="http://www.w3.org/TR/2013/WD-compositing-1-20130625/" >Working
1987+
Draft of 2013-06-25</a>:
1988+
1989+
<ul>
1990+
<li>clipping was removed as one of the operators that
1991+
creates an isolated group in SVG
1992+
<li>background-blend-mode was changed so it matches
1993+
repeating behavior of other background syntaxes.
1994+
<li>The mix-composite property was removed
1995+
<li>all open issues were resolved
1996+
</ul>
1997+
19801998
</body>
19811999
</html>

0 commit comments

Comments
 (0)