Mention changes since SVG 1.1 Second Edition.
authorCameron McCormack <cam@mcc.id.au>
Thu, 17 May 2012 16:53:39 +1000
changeset 91 edd72e33e3a1
parent 90 4e04249cc4db
child 92 63f5e320c7ba
Mention changes since SVG 1.1 Second Edition.
master/changes.html
--- a/master/changes.html	Thu May 17 16:14:06 2012 +1000
+++ b/master/changes.html	Thu May 17 16:53:39 2012 +1000
@@ -16,13 +16,62 @@
      
 <p class="normativity"><em>This appendix is informative, not normative.</em></p>
 
-<p>The only changes made to the document since the
-  <a href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">SVG 1.1 Second Edition Proposed Recommendation</a> were the following:</p>
+<p>This appendix summarizes the changes that have been made since the
+<a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">SVG 1.1 Second Edition Recommendation</a>.</p>
+
+<h2 id="editorial">Editorial changes</h2>
+
+<p>A number of stylistic changes have been made to the specification to make it more readable. These include the following:</p>
 
 <ul>
-  <li>Some additional wording in the CSS 2.0 reference in the <a href='refs.html'>References Appendix</a> to
-  indicate that future versions of the SVG specification will reference CSS 2.1 and CSS Fonts Module Level 3.</li>
-  <li>An update to the informative MathML reference from MathML 2.0 to MathML 3.0.</li>
+  <li>A change towards using styling similar to contemporary CSS specifications.</li>
+
+  <li>Annotations have been added to the specification to reflect features that the Working Group
+  has resolved on including and for which a member of the group has committed to drive that feature.</li>
+</ul>
+
+<h2 id="substantial">Substantial changes</h2>
+
+<p>In additional to the editorial changes listed above, the following substantial additions, changes and removals
+have been made.</p>
+
+<!--
+<h3 id="whole">Across the whole document</h3>
+
+-->
+
+<h3 id="painting">Painting chapter</h3>
+
+<ul>
+  <li>Moved the <span class='prop-name'>color-interpolation-filters</span> property
+  to the Filter Effects specification.</li>
+</ul>
+
+<h3 id="pservers">Paint Servers chapter</h3>
+
+<ul>
+  <li>Added the <a>'solidColor'</a> element and its two properties <a>'solid-color'</a>
+  and <a>'solid-opacity'</a>, ported over from SVG Tiny 1.2.</li>
+
+  <li>Added an <a>'radialGradient/fr'</a> attribute to the <a>'radialGradient'</a> element,
+  which allows specifying the radius of the focal circle.</li>
+
+  <li>Added a section for mesh gradients, defining the <a>'meshGradient'</a>, <a>'meshRow'</a>
+  and <a>'meshPatch'</a> elements.</li>
+</ul>
+
+<h3 id="text">Text chapter</h3>
+
+<ul>
+  <li>Added a number of missing attributes to the element summary boxes of the
+  <a>'text'</a>, <a>'textPath'</a> and <a>'tref'</a> elements.</li>
+</ul>
+
+<h3 id="filters">Filter Effects chapter</h3>
+
+<ul>
+  <li>Removed the body of this chapter and replaced it with a link to the
+  Filter Effect specification.</li>
 </ul>
 
 </body>