We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589588c commit 14ecee7Copy full SHA for 14ecee7
src/librustdoc/html/static/main.js
@@ -45,7 +45,7 @@ if (!DOMTokenList.prototype.remove) {
45
// given KeyboardEvent, ev.
46
//
47
// This function is meant as a polyfill for KeyboardEvent#key,
48
-// since it is not supported in Trident. We also test for
+// since it is not supported in IE 11 or Chrome for Android. We also test for
49
// KeyboardEvent#keyCode because the handleShortcut handler is
50
// also registered for the keydown event, because Blink doesn't fire
51
// keypress on hitting the Escape key.
0 commit comments