Remove width from SVG figures - only specify height.
authorGary Kacmarcik <garykac@google.com>
Tue, 27 May 2014 17:58:19 -0700
changeset 655 009a5ea207d9
parent 654 01ded2704b4b
child 656 30e57b6dfe37
Remove width from SVG figures - only specify height.
html/DOM3-Events.html
--- 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>