Remove width from SVG figures - only specify height.
--- a/html/DOM3-Events.html Tue May 27 17:54:38 2014 -0700
+++ b/html/DOM3-Events.html Tue May 27 17:58:19 2014 -0700
@@ -365,7 +365,7 @@
end of this section.</p>
<figure id="figure-dom-event-flow">
- <img src='images/eventflow.svg' width="520" height="560" />
+ <img src='images/eventflow.svg' height="560" />
<figcaption>Graphical representation of an event dispatched in a DOM tree using the DOM event flow</figcaption>
</figure>
@@ -824,7 +824,7 @@
</p>
<figure id="figure-event-inheritance">
- <img src='images/event-inheritance.svg' width="960" height="230" />
+ <img src='images/event-inheritance.svg' height="230" />
<figcaption>Graphical representation of the DOM3 Events interface inheritance</figcaption>
</figure>
@@ -2633,7 +2633,7 @@
</p>
<figure id="figure-mouse-event-stacked-elements">
- <img src='images/stacked-event-mouse-dispatch.svg' width="403" height="217" />
+ <img src='images/stacked-event-mouse-dispatch.svg' height="250" />
<figcaption>Graphical representation of three stacked elements all on top of each other, with the pointing device moving over the stack.</figcaption>
</figure>