Properly close <img /> tags.
authorgarykac@google.com
Tue, 12 Nov 2013 17:32:42 +0800
changeset 531 b2ec517923d6
parent 530 27e8c3727373
child 532 36b9772047ad
Properly close <img /> tags.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Nov 12 17:25:27 2013 +0800
+++ b/html/DOM3-Events.html	Tue Nov 12 17:32:42 2013 +0800
@@ -609,7 +609,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' width="520" height="560" />
 				<figcaption>Graphical representation of an event dispatched in a DOM tree using the DOM event flow</figcaption>
 			</figure>
 
@@ -1008,7 +1008,7 @@
 			or MAY define their own interfaces.  The following chart describes the inheritance structure of interfaces defined in this specification.</p>
 
 		<figure id="figure-event-inheritance">
-			<img src='images/event-inheritance.svg' width="960" height="230">
+			<img src='images/event-inheritance.svg' width="960" height="230" />
 			<figcaption>Graphical representation of the DOM3 Events interface inheritance</figcaption>
 		</figure>
 
@@ -3012,7 +3012,7 @@
 						</p>
 
 					<figure id="figure-mouse-event-stacked-elements">
-						<img src='images/stacked-event-mouse-dispatch.png' width="382" height="211">
+						<img src='images/stacked-event-mouse-dispatch.png' width="382" height="211" />
 						<figcaption>Graphical representation of three stacked elements all on top of each other, with the pointing device moving over the stack.</figcaption>
 					</figure>
 
@@ -5462,7 +5462,7 @@
 						and localizable manner.</p>
 
 					<figure id="figure-keyboard">
-						<img src='images/ISOIEC-9995-3-FCD-2009A.svg' width="900" height="300">
+						<img src='images/ISOIEC-9995-3-FCD-2009A.svg' width="900" height="300" />
 						<figcaption>A graphical depiction of an ISO standard defining layouts of computer keyboards, ISO/IEC 9995, parts 2 and 3.</figcaption>
 					</figure>
 				</section>
@@ -5480,7 +5480,7 @@
 						localizable manner.</p>
 
 					<figure id="figure-numeric-keypad">
-						<img src='images/ISOIEC-9995-8-2006.svg' width="180" height="240">
+						<img src='images/ISOIEC-9995-8-2006.svg' width="180" height="240" />
 						<figcaption>A graphical depiction of an ISO standard defining layouts of numeric keypads, with distribution of letters on the keys, ISO/IEC 9995-8:2006.</figcaption>
 					</figure>
 				</section>
@@ -5496,7 +5496,7 @@
 						of the on-screen content.  Additionally, many keys serve as toggles, to change back and forth between two or more states (see toggling keys).</p>
 
 					<figure id="figure-media-remote-control">
-						<img src='images/remote-control.svg' width="102" height="422">
+						<img src='images/remote-control.svg' width="102" height="422" />
 						<figcaption>A graphical depiction of a media remote control, with buttons mapped to specific keys values.</figcaption>
 					</figure>