pdf.js/extensions/chromium/options
Tim van der Meij f1f58bbe67
Give all HTML button elements a type
The HTML button elements we use are all regular buttons that don't
submit form data to a server. According to
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#notes
those buttons should all have their type set to `button` explicitly, but
we only do that a handful of them. This commit fixes the issue by
consistently giving all our buttons the `button` type.

Co-authored-by: Calixte Denizet <calixte.denizet@gmail.com>
2024-07-30 18:49:18 +02:00
..
migration.js [api-major] Remove the enhanceTextSelection functionality (PR 15145 follow-up) 2022-08-28 15:04:47 +02:00
options.html Give all HTML button elements a type 2024-07-30 18:49:18 +02:00
options.js Enable the unicorn/prefer-dom-node-append ESLint plugin rule 2022-06-12 13:07:03 +02:00