Bug #22070 has been fixed. Remove reference to it in spec.
authorGary Kacmarcik <garykac@google.com>
Mon, 26 Aug 2013 09:14:01 -0700
changeset 476 c66965f537c2
parent 475 5ded6017f81e
child 477 d2f4e85136ee
Bug #22070 has been fixed. Remove reference to it in spec.

Remaining issue mentioned in bug have been called out as separate "issues" in spec.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Aug 26 09:07:42 2013 -0700
+++ b/html/DOM3-Events.html	Mon Aug 26 09:14:01 2013 -0700
@@ -4194,15 +4194,13 @@
 				<h3>Input Event Types</h3>
 				<p>Input events are sent as notifications whenever the DOM is being updated.</p>
 				
-				<p class="issue">
-					See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22070">22070</a> - "Add input/beforeinput events to D3E"
-					</p>
-
 				<section id="interface-InputEvent">
 					<h4>Interface InputEvent</h4>
 
 					<p class="intro-dom">Introduced in DOM Level 3</p>
 
+					<p class="issue">What other attributes are needed for <code>InputEvent</code>? inputDevice? locale?</p>
+
 					<dl class="idl" title="interface InputEvent : Event">
 						<dt>readonly attribute DOMString data</dt>
 						<dd>