Noted, in change log, that SVG now depends on CSS Masking spec. Removed obsolete changes relating to masking.
authorNikos Andronikos <nikos.andronikos@cisra.canon.com.au>
Wed, 06 Mar 2013 10:57:20 +1100
changeset 452 67abccb331f9
parent 451 7ecf8f379c1f
child 453 45385a877e36
Noted, in change log, that SVG now depends on CSS Masking spec. Removed obsolete changes relating to masking.
master/changes.html
--- a/master/changes.html	Wed Mar 06 10:42:08 2013 +1100
+++ b/master/changes.html	Wed Mar 06 10:57:20 2013 +1100
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
 <head>
@@ -188,21 +188,13 @@
 </ul>
 
 <h3 id="masking">Clipping, Masking and Compositing chapter</h3>
-
-<ul>
-  <li>Added the <a>'mask/maskType'</a> attribute to the <a>'mask element'</a> element.</li>
-  <li>Extended the <a>'mask property'</a> property to allow targetting child elements and specifying the mask type.</li>
-  <li>Extended the <a>'mask property'</a> property to allow targetting a CSS
-  <a>&lt;image&gt;</a> or <a href="pservers.html">paint server</a> element.</li>
-</ul>
-
-<p class="note">This changes are obsolete with 21 October 2012.</p>
-
 <div class="added-since-last-wd">
 <ul>
-  <li>Removed definition of clipping/masking properties and elements.</li>
-  <li>Keep short introduction to clipping/masking and add reference to CSS Masking</li>
-  <li>Structural changes to this chapter.</li>
+  <li>SVG now references CSS Masking [<a href="refs.html#ref-CSS-MASKING">CSS-MASKING</a>] specification.</li>
+    <ul>
+      <li>Removed definition of clipping/masking properties and elements.</li>
+      <li>Keep short introduction to clipping/masking and add reference to CSS Masking</li>
+    </ul>
   <li>Added reference to Compositing and Blending spec. Simple alpha compositing it mandatory.</li>
 </ul>
 </div>