Marked changes made since last working draft with 'added-since-last-wd' class.
authorNikos Andronikos <nikos.andronikos@cisra.canon.com.au>
Tue, 05 Mar 2013 17:11:01 +1100
changeset 449 0ca93785fd32
parent 448 ade0da5d3552
child 450 2915169d55eb
Marked changes made since last working draft with 'added-since-last-wd' class.
master/changes.html
--- a/master/changes.html	Tue Mar 05 15:55:56 2013 +1100
+++ b/master/changes.html	Tue Mar 05 17:11:01 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>
@@ -11,6 +11,9 @@
   <link rel="alternate stylesheet" title="SVG 1.1"               type="text/css" media="screen" href="style/svg-style.css"/>
   -->
   <!-- W3C style sheet will be added here during processing. -->
+  <style type="text/css">
+    .added-since-last-wd {background-color: #FBFBB6 ! important;}
+  </style>
 </head>
 <body>
 
@@ -44,7 +47,16 @@
 
   <li>IDL has been updated to use Web IDL syntax.</li>
 
-  <li>Added "length" attribute and indexed property access to all list interfaces.</li>
+  <li><div class="added-since-last-wd">Added "length" attribute and indexed property access to all list interfaces.</div></li>
+
+  <li><div class="added-since-last-wd">Remove definition of <a>&lt;angle&gt;</a> type and reference CSS3-values.</div></li>
+
+  <li><div class="added-since-last-wd">Change all <a>&lt;coordinate&gt;</a> types to <a>&lt;length&gt;</a> in preparation for referencing css3-values..</div></li>
+</ul>
+
+<h3 id="rendering">Rendering Model chapter</h3>
+<ul>
+  <li><div class="added-since-last-wd">Update rendering model to refer to <a href="http://www.w3.org/TR/compositing/">Compositing and Blending Specification</a>.</div></li>
 </ul>
 
 <h3 id="types">Basic Data Types and Interfaces chapter</h3>
@@ -52,20 +64,22 @@
 <ul>
   <li>Removed the SVGStylable and SVGLangSpace interfaces and moved all of their members on to <a>SVGElement</a>.</li>
 
-  <li>Turned SVGLocatable and SVGTransformable into <a>SVGGraphicsElement</a>,
-  which directly inherits from <a>SVGElement</a>.</li>
+  <li><div class="added-since-last-wd">Turned SVGLocatable and SVGTransformable into <a>SVGGraphicsElement</a>,
+  which directly inherits from <a>SVGElement</a>.</div></li>
 
-  <li>Added an <a>SVGGraphicsElement</a> interface.</li>
+  <li><div class="added-since-last-wd">Added an <a>SVGGraphicsElement</a> interface.</div></li>
 
-  <li>Added an <a>SVGGeometryElement</a> interface with isPointInFill and isPointInStroke methods.</li>
+  <li><div class="added-since-last-wd">Added an <a>SVGGeometryElement</a> interface with isPointInFill and isPointInStroke methods.</div></li>
 
   <li>Removed the SVGExternalResourcesRequired interface.</li>
 
-  <li>Added constructors to <a>SVGNumber</a>, <a>SVGLength</a>, <a>SVGAngle</a> and <a>SVGRect</a>.</li>
+  <li><div class="added-since-last-wd">Added constructors to <a>SVGNumber</a>, <a>SVGLength</a>, <a>SVGAngle</a> and <a>SVGRect</a>.</div></li>
 
-  <li>Added <a href="types.html#__svg__SVGLocatableElement__getStrokeBBox">getStrokeBBox</a> to get the tight stroke bounding box.</li>
+  <li><div class="added-since-last-wd">Added <a href="types.html#__svg__SVGLocatableElement__getStrokeBBox">getStrokeBBox</a> to get the tight stroke bounding box.</div></li>
 
-  <li>Added base value accessors on <a>SVGAnimatedLength</a> and <a>SVGAnimatedLengthList</a> for each of the CSS length units supported.</li>
+  <li><div class="added-since-last-wd">Added base value accessors on <a>SVGAnimatedLength</a> and <a>SVGAnimatedLengthList</a> for each of the CSS length units supported.</div></li>
+
+  <li><div class="added-since-last-wd">Make viewportElement and ownerSVGElement on <a>SVGElement</a> nullable.</div></li>
 </ul>
 
 <h3 id="structure">Document Structure chapter</h3>
@@ -77,9 +91,13 @@
 
   <li>Added the <a>'discard'</a> element and the <span class="attr-name">'timelineBegin'</span> and <span class="attr-name">'playbackOrder'</span> attributes on the <a>'svg'</a> element, as defined in SVG Tiny 1.2.</li>
 
-  <li>Added the ability to use <span class="attr-value">'auto'</span> for the <a>'image/x'</a> and <a>'image/y'</a> attributes on <a>'image'</a>.</li>
+  <li><div class="added-since-last-wd">Added the ability to use <span class="attr-value">'auto'</span> for the <a>'image/x'</a> and <a>'image/y'</a> attributes on <a>'image'</a>.</div></li>
   
-  <li>Lifted the restriction on <a>'use'</a> not being able to reference an entire document.</li>
+  <li><div class="added-since-last-wd">Lifted the restriction on <a>'use'</a> not being able to reference an entire document.</div></li>
+
+  <li><div class="added-since-last-wd">Added <a>'lang'</a> attribute on <a>'desc'</a> and <a>'title'</a> elements.</div></li>
+
+  <li><div class="added-since-last-wd">Added section on WAI-ARIA attributes.</div></li>
 </ul>
 
 <h3 id="styling">Styling chapter</h3>
@@ -91,7 +109,8 @@
 <h3 id="coords">Coordinate Systems, Transformations and Units chapter</h3>
 
 <ul>
-  <li>Added constructors to <a>SVGPoint</a>, <a>SVGMatrix</a> and <a>SVGTransform</a>.</li>
+  <li><div class="added-since-last-wd">Added constructors to <a>SVGPoint</a>, <a>SVGMatrix</a> and <a>SVGTransform</a>.</div></li>
+  <li><div class="added-since-last-wd">Make <a>SVGMatrix</a>.skew{X,Y} throw an exception on bad values.</div></li>
 </ul>
 
 <h3 id="text">Text chapter</h3>
@@ -107,7 +126,7 @@
 
   <li>Removed the <span class='property'>'kerning'</span> property.</li>
 
-  <li>Added <a>'textPath/d'</a> attribute to <a>'textPath'</a>.</li>
+  <li><div class="added-since-last-wd">Added <a>'textPath/d'</a> attribute to <a>'textPath'</a>.</div></li>
 </ul>
 
 <h3 id="painting">Painting chapter</h3>
@@ -130,12 +149,18 @@
   markers painted on a given <a>markable element</a>, and an <a>SVGMarkableElement</a>
   interface to expose that list on <a>markable elements</a>.</li>
 
-  <li>Added the <span class="prop-value">context-fill</span> and <span class="prop-value">context-stroke</span>
-  paint values.</li>
+  <li><div class="added-since-last-wd">Added the <span class="prop-value">context-fill</span> and <span class="prop-value">context-stroke</span>
+  paint values.</div></li>
 
-  <li>Allowed <a>&lt;paint&gt;</a> values and marker properties to take the
+  <li><div class="added-since-last-wd">Allowed <a>&lt;paint&gt;</a> values and marker properties to take the
   <span class="prop-value">child</span> keyword and
-  <a>&lt;child-selector&gt;</a> values to support ID-less referencing.</li>
+  <a>&lt;child-selector&gt;</a> values to support ID-less referencing.</div></li>
+
+  <li><div class="added-since-last-wd">Added <a>'vector-effect'</a> property to support non-scaling stroke.</div></li>
+
+  <li><div class="added-since-last-wd">Add <a>&lt;gradient&gt;</a> as possible value for <a>&lt;paint&gt;</a></div></li>
+
+  <li><div class="added-since-last-wd">Added arcs value on <a>'stroke-linejoin'</a>.</div></li>
 </ul>
 
 <h3 id="color">Color chapter</h3>
@@ -170,15 +195,17 @@
   <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>Added reference to Compositing and Blending spec. Simple alpha compositing it mandatory.</li>
 </ul>
-
+</div>
 <h3 id="filters">Filter Effects chapter</h3>
 
 <ul>
@@ -189,7 +216,7 @@
 <h3 id="linking">Linking chapter</h3>
 
 <ul>
-  <li>Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</li>
+  <li><div class="added-since-last-wd">Removed the restriction on <a>'tref'</a> only being able to reference SVG elements.</div></li>
 </ul>
 
 <h3 id="script">Scripting chapter</h3>
@@ -262,7 +289,7 @@
 <h3 id="idlindex">IDL Index appendix</h3>
 
 <ul>
-  <li>Added this appendix.</li>
+  <li><div class="added-since-last-wd">Added this appendix.</div></li>
 </ul>
 
 </body>