Resolve issue: don't specify max length of 'key' values
authorGary Kacmarcik <garykac@google.com>
Thu, 05 Sep 2013 10:03:45 -0700
changeset 494 df11f887d531
parent 493 8cb0985789a3
child 495 160891b5a2f3
Resolve issue: don't specify max length of 'key' values
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Sep 05 10:02:41 2013 -0700
+++ b/html/DOM3-Events.html	Thu Sep 05 10:03:45 2013 -0700
@@ -6604,10 +6604,6 @@
 				of values for use in the <a href="#widl-KeyboardEvent-key"><code>KeyboardEvent.key</code></a>
 				attributes, though not all values MAY be available on all platforms or devices.</p>
 			
-			<p class="issue">We should specify a max length for these <code>key</code> strings. The current longest is 21 characters long, so I'll propose 23 chars as the max (so that
-				it fits in 24 bytes (4/8-byte aligned) with a null-terminator.
-				</p>
-				
 			<section id="keys-general">
 				<h4>General Keys</h4>