Add a note about merging SVGLocatableElement and SVGTransformableElement.
authorCameron McCormack <cam@mcc.id.au>
Mon, 31 Dec 2012 13:09:31 +1100
changeset 409 6504c880db35
parent 408 4ab729113814
child 410 247533dc93cc
Add a note about merging SVGLocatableElement and SVGTransformableElement.
master/types.html
--- a/master/types.html	Mon Dec 31 13:03:14 2012 +1100
+++ b/master/types.html	Mon Dec 31 13:09:31 2012 +1100
@@ -4205,6 +4205,10 @@
   </table>
 </div>
 
+<p class="issue">Now that there are no elements that implement <a>SVGLocatableElement</a>
+but not <a>SVGTransformableElement</a>, can we just merge these interfaces?  <a>SVGSVGElement</a>,
+which was the one element like this, now inherits from <a>SVGGraphicsElement</a>.</p>
+
 <p>Interface <a>SVGLocatableElement</a> is for all elements to which the
 <a>'transform'</a> property applies or which can have a bounding box in current user space.</p>