Add checkbox accesskey
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 17 May 2011 14:01:08 -0600
changeset 138 55b23575c01b
parent 137 1416ab2c9d62
child 139 15a247a522f5
Add checkbox accesskey
autoimplementation.html
--- a/autoimplementation.html	Tue May 17 13:59:56 2011 -0600
+++ b/autoimplementation.html	Tue May 17 14:01:08 2011 -0600
@@ -78,7 +78,7 @@
 <!-- Note: this is completely not a hack at all. -->
 <style id=alerts>/* tr:not(.alert):not(:first-child) { display: none } */</style>
 
-<label><input id=alert-checkbox type=checkbox checked onclick='updateAlertRowStyle()'> Display non-alert rows</label>
+<label><input id=alert-checkbox type=checkbox accesskey=a checked onclick='updateAlertRowStyle()'> Display non-alert rows</label>
 
 <script>
 // Confusingly, we're storing a string here, not a boolean.