Add a note about merging SVGLocatableElement and SVGTransformableElement.
--- 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>