Minor edits to event interface intro.
authorGary Kacmarcik <garykac@google.com>
Tue, 27 May 2014 17:25:21 -0700
changeset 651 ef1a84d5c3db
parent 650 31a27ed807ff
child 652 2e356f0ff481
Minor edits to event interface intro.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue May 27 17:04:25 2014 -0700
+++ b/html/DOM3-Events.html	Tue May 27 17:25:21 2014 -0700
@@ -773,8 +773,8 @@
 	<section id="event-interfaces">
 		<h1>Basic Event Interfaces</h1>
 
-		<p>The basic event interfaces described in this section are defined in DOM4
-			[<a href="#references-DOM4">DOM4</a>] and are fundamental to DOM Level 3 Events.
+		<p>The basic event interfaces defined in DOM4
+			[<a href="#references-DOM4">DOM4</a>] are fundamental to DOM Level 3 Events.
 			These basic event interfaces MUST always be supported by the implementation:
 			</p>
 
@@ -819,9 +819,8 @@
 
 		<p>The event types defined in this specification derive from these basic interfaces, and MUST
 			inherit all of the attributes, methods, and constants of the interfaces they derive from.
-			Event types defined in other specifications MAY similarly inherit from these basic interfaces
-			or other interfaces defined in this specification, or MAY define their own interfaces.
-			The following chart describes the inheritance structure of interfaces defined in this specification.
+			</p>
+		<p>The following chart describes the inheritance structure of interfaces defined in this specification.
 			</p>
 
 		<figure id="figure-event-inheritance">