From a97bc16fbc0427c6bf68d3d9d86fd08b89aacae2 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 8 Nov 2016 12:04:55 +0100 Subject: [PATCH] Make the `customScaleOption` disabled to prevent it being keyboard accessible (bug 1315608) Given that the `customScaleOption` should already be hidden, provided that the browser supports that, this patch also prevents it from being accessible via the keyboard. As far as my testing goes in various browsers, this doesn't seem to have any ill effects, and note that we're already explicitly ignoring the `custom` value in the `select` event handler. Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1315608. --- web/viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.html b/web/viewer.html index c5195fdcf..d45bde539 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -239,7 +239,7 @@ See https://github.com/adobe-type-tools/cmap-resources - +