bitwarden-estensione-browser/apps/desktop/src/app
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
..
accounts [SG-168] Passwordless login web MVP (#3424) 2022-09-26 23:26:10 +01:00
components [PS-1307] Desktop: Change box-headers from `<div>` to semantic headings (#3313) 2022-08-18 11:28:37 +02:00
guards Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
layout Add eslint-plugin-rxjs & rxjs-angular (#3373) 2022-08-26 18:09:28 +02:00
send Add eslint-plugin-rxjs & rxjs-angular (#3373) 2022-08-26 18:09:28 +02:00
services [SG-520] Native messaging handler (#3566) 2022-09-23 15:47:17 -04:00
shared [SG-360] Remove the /modules/ folder (#3225) 2022-08-08 15:08:35 -04:00
vault [PS-1198] Desktop / Browser: Accessibility - make TOTP countdown announce for assistive technology users (#2660) 2022-10-03 16:53:44 +02:00
app-routing.module.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
app.component.ts Extract settings related methods into VaultTimeoutSettingsService (#3419) 2022-08-30 22:30:43 +02:00
app.module.ts [PS-1282] Enable Arabic language support for desktop, browser, web (#3333) 2022-09-05 21:18:18 +02:00
main.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00