svg2: Mention list getters in Changes appendix.

details:   https://svgwg.org/hg/svg2/rev/59fc38bf28ee
branches:  
changeset: 376:59fc38bf28ee
user:      Cameron McCormack <cam@mcc.id.au>
date:      Sat Sep 15 23:31:45 2012 +1000
description:
Mention list getters in Changes appendix.

diffstat:

 master/changes.html |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -38,16 +38,18 @@
 have been made.</p>
 
 <h3 id="whole">Across the whole document</h3>
 
 <ul>
   <li>References to the SVG DTD have been removed.</li>
 
   <li>IDL has been updated to use Web IDL syntax.</li>
+
+  <li>Added "length" attribute and indexed property access to all list interfaces.</li>
 </ul>
 
 <h3 id="types">Basic Data Types and Interfaces chapter</h3>
 
 <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>SVGLocatableElement</a> and <a>SVGTransformableElement</a>,

Received on Saturday, 15 September 2012 13:33:45 UTC