Resolve issue: compositionend must be sent, even if composition is canceled
authorGary Kacmarcik <garykac@google.com>
Thu, 05 Sep 2013 10:02:41 -0700
changeset 493 8cb0985789a3
parent 492 829a7329564b
child 494 df11f887d531
Resolve issue: compositionend must be sent, even if composition is canceled
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Sep 05 09:45:17 2013 -0700
+++ b/html/DOM3-Events.html	Thu Sep 05 10:02:41 2013 -0700
@@ -5002,9 +5002,8 @@
 					</table>
 
 					<p>If the initial <code>compositionstart</code> event is canceled then the text composition session SHOULD be
-						terminated:</p>
-
-					<p class="issue">Should <code>compositionend</code> still fire when <code>compositionstart</code> is canceled?</p>
+						terminated. Regardless of whether or not the composition session is terminated, the
+						<code>compositionend</code> event MUST be sent.</p>
 
 					<table class="event-sequence-table">
 						<tr>