Change key events SHOULD be suppressed during composition -> MAY be suppressed.
authorGary Kacmarcik <garykac@google.com>
Mon, 28 Apr 2014 15:42:24 -0700
changeset 602 b2a2fe0a8d8f
parent 601 6dcf2b67dfd3
child 604 e1ca24f8ffa3
child 605 e21b72342c27
Change key events SHOULD be suppressed during composition -> MAY be suppressed.

As discussed during our April teleconf.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Apr 28 15:34:27 2014 -0700
+++ b/html/DOM3-Events.html	Mon Apr 28 15:42:24 2014 -0700
@@ -5761,7 +5761,7 @@
 
 				<section id="events-composition-event-key-events">
 					<h4>Key Events During Composition</h4>
-					<p>During the composition session, all <code>keydown</code> and <code>keyup</code> events SHOULD be suppressed.
+					<p>During the composition session, all <code>keydown</code> and <code>keyup</code> events MAY be suppressed.
 						</p>
 
 					<section id="events-composition-event-including-key-events">