Skip to content

Commit deced55

Browse files
Rik Cabaniersvgeesus
authored andcommitted
integrated ErikD's comments
1 parent 712f4b3 commit deced55

4 files changed

Lines changed: 41 additions & 62 deletions

File tree

compositing-1/Compositing.src.html

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,40 +2080,22 @@ <h2>Conformance</h2>
20802080
<h2 id="references1">References</h2>
20812081
<h3 id="normref">Normative References</h3>
20822082
<!--normative-->
2083-
<dl>
2084-
<dt id="ref-SVG-COMPOSITING"><strong class="normref">[SVG-COMPOSITING]</strong></dt>
2085-
<dd>
2086-
<cite class="w3cwd"><a href="http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/">SVG Compositing Specification</a></cite>,
2087-
A. Grasso, ed.
2088-
World Wide Web Consortium, 30 April 2009.
2089-
<br>The <a href="http://www.w3.org/TR/SVGCompositing/">latest edition of SVG Compositing</a> is available at
2090-
http://www.w3.org/TR/SVGCompositing/.
2091-
</dd>
2092-
<dt id="ref-svgt12"><strong class="normref">[SVGT12]</strong></dt>
2093-
<dd><strong>Scalable Vector Graphics (SVG) Tiny 1.2 Specification</strong>,
2094-
Dean Jackson editor, W3C, 22 December 2008 (Recommendation). See <a
2095-
href="http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/">http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/</a>
2096-
</dd>
2097-
<dt id="ref-filters10"><strong class="normref">[FILTER-EFFECTS]</strong></dt>
2098-
<dd><strong>Filter Effects 1.0 Specification</strong>,
2099-
TBD
2100-
</dd>
2101-
</dl>
2083+
21022084
<h3 id="informref">Informative References</h3>
2103-
<dl>
2104-
<dt id="ref-html5"><strong class="informref">[HTML5]</strong></dt>
2105-
<dd><strong>HTML5</strong>, Ian Hickson editor, Google,
2106-
10 June 2008 (Working Draft). See <a
2107-
href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a>
2108-
</dd>
2109-
</dl>
21102085
<!--informative-->
21112086

21122087
<h2 id=changes>Changes</h2>
21132088

21142089
<p>The following changes were made relative to the <a
21152090
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
2116-
Working draft of 10 October 2013</a>:
2091+
Working draft of 7 January 2014</a>:</p>
2092+
<ul>
2093+
<li>unneeded normative and informative references were removed</li>
2094+
</ul>
2095+
2096+
<p>The following changes were made relative to the <a
2097+
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
2098+
Working draft of 10 October 2013</a>:</p>
21172099
<ul>
21182100
<li>knockout was removed from the non-normative section</li>
21192101
<li>removed paragraph on SVG from simple alpha compositing</li>
@@ -2124,7 +2106,7 @@ <h2 id=changes>Changes</h2>
21242106

21252107
<p>The following changes were made relative to the <a
21262108
href="http://www.w3.org/TR/2013/WD-compositing-1-20130625/" >Working
2127-
Draft of 2013-06-25</a>:
2109+
Draft of 2013-06-25</a>:</p>
21282110

21292111
<ul>
21302112
<li>clipping was removed as one of the operators that

compositing-1/index.html

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="Compositing and Blending Level 1" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-01-07 name=dcterms.date>
14+
<meta content=2014-01-23 name=dcterms.date>
1515
<meta content="Rik Cabanier" name=dcterms.creator>
1616
<meta content="Nikos Andronikos" name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -231,15 +231,15 @@
231231

232232
<h1>Compositing and Blending Level 1</h1>
233233

234-
<h2 class="no-num no-toc">Editor's Draft 7 January 2014</h2>
234+
<h2 class="no-num no-toc">Editor's Draft 23 January 2014</h2>
235235

236236
<dl>
237237
<dt>This version:
238238

239239
<dd> <a
240240
href="http://dev.w3.org/fxtf/compositing-1/">http://dev.w3.org/fxtf/compositing-1/</a>
241241
<!--
242-
<a href="http://www.w3.org/TR/2014/WD-compositing-1-20140107/">http://www.w3.org/TR/2014/WD-compositing-1-20140107/</a>
242+
<a href="http://www.w3.org/TR/2014/WD-compositing-1-20140123/">http://www.w3.org/TR/2014/WD-compositing-1-20140123/</a>
243243
-->
244244

245245
<dt>Latest version:
@@ -3068,38 +3068,7 @@ <h3 id=normref><span class=secno>13.1. </span>Normative References</h3>
30683068
</dl>
30693069
<!--end-normative-->
30703070

3071-
<dl>
3072-
<dt id=ref-SVG-COMPOSITING><strong
3073-
class=normref>[SVG-COMPOSITING]</strong>
3074-
3075-
<dd> <cite class=w3cwd><a
3076-
href="http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/">SVG
3077-
Compositing Specification</a></cite>, A. Grasso, ed. World Wide Web
3078-
Consortium, 30 April 2009. <br>
3079-
The <a href="http://www.w3.org/TR/SVGCompositing/">latest edition of SVG
3080-
Compositing</a> is available at http://www.w3.org/TR/SVGCompositing/.
3081-
3082-
<dt id=ref-svgt12><strong class=normref>[SVGT12]</strong>
3083-
3084-
<dd><strong>Scalable Vector Graphics (SVG) Tiny 1.2
3085-
Specification</strong>, Dean Jackson editor, W3C, 22 December 2008
3086-
(Recommendation). See <a
3087-
href="http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/">http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/</a>
3088-
3089-
<dt id=ref-filters10><strong class=normref>[FILTER-EFFECTS]</strong>
3090-
3091-
<dd><strong>Filter Effects 1.0 Specification</strong>, TBD
3092-
</dl>
3093-
30943071
<h3 id=informref><span class=secno>13.2. </span>Informative References</h3>
3095-
3096-
<dl>
3097-
<dt id=ref-html5><strong class=informref>[HTML5]</strong>
3098-
3099-
<dd><strong>HTML5</strong>, Ian Hickson editor, Google, 10 June 2008
3100-
(Working Draft). See <a
3101-
href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a>
3102-
</dl>
31033072
<!--begin-informative-->
31043073
<!-- Sorted by label -->
31053074

@@ -3118,6 +3087,14 @@ <h3 id=informref><span class=secno>13.2. </span>Informative References</h3>
31183087

31193088
<h2 id=changes><span class=secno>14. </span>Changes</h2>
31203089

3090+
<p>The following changes were made relative to the <a
3091+
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
3092+
Working draft of 7 January 2014</a>:
3093+
3094+
<ul>
3095+
<li>unneeded normative and informative references were removed
3096+
</ul>
3097+
31213098
<p>The following changes were made relative to the <a
31223099
href="http://www.w3.org/TR/2013/WD-compositing-1-20131010/"> Last Call
31233100
Working draft of 10 October 2013</a>:

compositing-1/issues-lc-2013.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,16 @@ <h1>Compositing and Blending Level 1 Disposition of Comments for 2013-10-10 LCWD
105105
</pre>
106106
<pre class='' id='issue-http://w3-org.9356.n7.nabble.com/CSSWG-Minutes-Telecon-2013-12-11-td270973.html'>
107107

108+
</pre>
109+
<pre class='a' id='issue-8'>
110+
Issue 8. <a href="#issue-8">#</a>
111+
Summary: references cleanup
112+
From: Erik Dahlstrom
113+
Comment: <a href="http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0031.html">http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0031.html</a>
114+
Response: <a href="http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0040.html">http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0040.html</a>
115+
Closed: Accepted
116+
</pre>
117+
<pre class='' id='issue-http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0040.html'>
118+
108119

109120
</pre>

compositing-1/issues-lc-2013.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,13 @@ Comment: http://w3-org.9356.n7.nabble.com/CSSWG-Minutes-Telecon-2013-12-11-td27
6464
Closed: Accepted
6565
----
6666

67+
----
68+
Issue 8.
69+
Summary: references cleanup
70+
From: Erik Dahlstrom
71+
Comment: http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0031.html
72+
Response: http://lists.w3.org/Archives/Public/public-fx/2014JanMar/0040.html
73+
Closed: Accepted
74+
----
75+
6776

0 commit comments

Comments
 (0)