Add reference link to bug #23257 - "Review Dead Key Examples and Composition Event use in light of recent changes"
--- a/html/DOM3-Events.html Fri Sep 13 09:42:41 2013 -0700
+++ b/html/DOM3-Events.html Mon Sep 16 13:48:48 2013 -0700
@@ -5833,6 +5833,10 @@
<section id="keys-DeadKeys">
<h3>Dead keys</h3>
+ <p class="issue">
+ See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23257">23257</a> - "Review Dead Key Examples and Composition Event use in light of recent changes"
+ </p>
+
<p>Some keyboard input uses <a class="def" href="#glossary-dead-key">dead keys</a> for the input of composed character sequences. Unlike the handwriting sequence,
in which users enter the base character first, keyboard input requires to enter a special state when a <a class="def" href="#glossary-dead-key">dead key</a> is
pressed and emit the character(s) only when one of a limited number of <q>legal</q> base character is entered.</p>