Change key events SHOULD be suppressed during composition -> MAY be suppressed.
As discussed during our April teleconf.
--- 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">