Fix SVGViewSpec to not inherit from SVGZoomAndPan.
--- a/master/types.html Sun Aug 05 18:47:07 2012 +1000
+++ b/master/types.html Sun Aug 05 18:48:36 2012 +1000
@@ -4869,7 +4869,7 @@
The interface corresponds to an SVG View Specification.
-<pre class="idl">interface <b>SVGViewSpec</b> : <a class="idlinterface" href="types.html#InterfaceSVGZoomAndPan">SVGZoomAndPan</a> {
+<pre class="idl">interface <b>SVGViewSpec</b> {
readonly attribute <a class="idlinterface" href="coords.html#InterfaceSVGTransformList">SVGTransformList</a> <a href="types.html#__svg__SVGViewSpec__transform">transform</a>;
readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGElement">SVGElement</a> <a href="types.html#__svg__SVGViewSpec__viewTarget">viewTarget</a>;
readonly attribute DOMString <a href="types.html#__svg__SVGViewSpec__viewBoxString">viewBoxString</a>;
@@ -4878,7 +4878,10 @@
readonly attribute DOMString <a href="types.html#__svg__SVGViewSpec__viewTargetString">viewTargetString</a>;
};
-<a>SVGViewSpec</a> implements <a>SVGFitToViewBox</a>;</pre><dl class="interface">
+<a>SVGViewSpec</a> implements <a>SVGFitToViewBox</a>;
+<a>SVGViewSpec</a> implements <a>SVGZoomAndPan</a>;</pre>
+
+<dl class="interface">
<dt class="attributes-header">Attributes:</dt>
<dd>
<dl class="attributes">