Resolve issue: Order of beforeinput/input in a composition session
authorGary Kacmarcik <garykac@google.com>
Thu, 05 Sep 2013 09:45:17 -0700
changeset 492 829a7329564b
parent 491 6e689aaa5b6b
child 493 8cb0985789a3
Resolve issue: Order of beforeinput/input in a composition session
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Sep 05 09:40:35 2013 -0700
+++ b/html/DOM3-Events.html	Thu Sep 05 09:45:17 2013 -0700
@@ -4937,10 +4937,6 @@
 					</table>
 					
 					<p class="issue">
-						See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18931">18931</a> - "D3E should define when compositionupdate event is fired"
-						</p>
-					
-					<p class="issue">
 						See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22842">22842</a> - "Should keyboard events fire during a composition session?"
 						</p>
 				</section>
@@ -5094,12 +5090,12 @@
 					<table class="event-sequence-table">
 						<tr>
 							<td class="cell-number">1.</td>
-							<td><a class="eventtype" href="#event-type-beforeinput"><code>beforeinput</code></a></td>
+							<td><a class="eventtype" href="#event-type-compositionupdate"><code>compositionupdate</code></a></td>
 							<td></td>
 						</tr>
 						<tr>
 							<td class="cell-number">2.</td>
-							<td><a class="eventtype" href="#event-type-compositionupdate"><code>compositionupdate</code></a></td>
+							<td><a class="eventtype" href="#event-type-beforeinput"><code>beforeinput</code></a></td>
 							<td></td>
 						</tr>
 						<tr>