[Pkg-javascript-commits] [pdf.js] 91/157: Fixing find toolbar checkboxes not being accessible through keyboard navigation

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 06:46:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit cbc715ed0fc807aec45ebc0af87865fd4788dea5
Author: Will Herrmann <will.herrmann at pearson.com>
Date:   Thu Jul 16 13:23:14 2015 -0500

    Fixing find toolbar checkboxes not being accessible through keyboard navigation
---
 web/viewer.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/viewer.html b/web/viewer.html
index 7140edf..e807f33 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -142,10 +142,10 @@ See https://github.com/adobe-type-tools/cmap-resources
               <span data-l10n-id="find_next_label">Next</span>
             </button>
           </div>
-          <input type="checkbox" id="findHighlightAll" class="toolbarField">
-          <label for="findHighlightAll" class="toolbarLabel" tabindex="94" data-l10n-id="find_highlight">Highlight all</label>
-          <input type="checkbox" id="findMatchCase" class="toolbarField">
-          <label for="findMatchCase" class="toolbarLabel" tabindex="95" data-l10n-id="find_match_case_label">Match case</label>
+          <input type="checkbox" id="findHighlightAll" class="toolbarField" tabindex="94">
+          <label for="findHighlightAll" class="toolbarLabel" data-l10n-id="find_highlight">Highlight all</label>
+          <input type="checkbox" id="findMatchCase" class="toolbarField" tabindex="95">
+          <label for="findMatchCase" class="toolbarLabel" data-l10n-id="find_match_case_label">Match case</label>
           <span id="findMsg" class="toolbarLabel"></span>
         </div>  <!-- findbar -->
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list