bitwarden-estensione-browser/apps/desktop/src
Patrick H. Lauke cb7b8313a4
[PS-1198] Desktop / Browser: Accessibility - make TOTP countdown announce for assistive technology users (#2660)
* Make totp countdown `aria-hidden`, add copy of countdown as `sr-only` inside totp button, only make it conditionally "exist" on parent focus

* Make exact same changes to desktop totp

* Tweak copy button accessible name approach

instead of `aria-label`, which overrides the content of the button and, because JAWS has trouble announcing the live region in the desktop app, results in JAWS not announcing ANY countdown at all, this at least announces the current countdown number when the button receives focus in JAWS

* Add `aria-atomic="true"`

avoid JAWS/Firefox only announcing the specific digit that updates, rather than the number as a whole

* Update, run prettier, lint

* Remove orphaned jslibs

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2022-10-03 16:53:44 +02:00
..
app [PS-1198] Desktop / Browser: Accessibility - make TOTP countdown announce for assistive technology users (#2660) 2022-10-03 16:53:44 +02:00
images [PS-124] Update so the image for the clear search button is visible in all themes (#2639) 2022-05-16 17:09:54 -04:00
locales Autosync the updated translations (#3654) 2022-09-30 02:55:51 +02:00
main [SM-255] Forbid absolute imports in libs (#3624) 2022-09-29 16:38:50 +02:00
models [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
proxy Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
scripts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
scss [PS-1198] Desktop / Browser: Accessibility - make TOTP countdown announce for assistive technology users (#2660) 2022-10-03 16:53:44 +02:00
services [SM-255] Forbid absolute imports in libs (#3624) 2022-09-29 16:38:50 +02:00
entry.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
flags.ts [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
global.d.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
index.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
main.ts [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
package-lock.json Bumped desktop version to 2022.9.2 (#3541) 2022-09-30 08:00:00 -07:00
package.json Bumped desktop version to 2022.9.2 (#3541) 2022-09-30 08:00:00 -07:00