Fix SVGViewSpec to not inherit from SVGZoomAndPan.
authorCameron McCormack <cam@mcc.id.au>
Sun, 05 Aug 2012 18:48:36 +1000
changeset 250 142aad699f9d
parent 249 e514c4ce5d68
child 251 6ffe8c78ba53
Fix SVGViewSpec to not inherit from SVGZoomAndPan.
master/types.html
--- 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">