mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 16:43:19 +00:00
* Add `role="group"` and accName to URI and custom field groups (browser) Provides more context when editing fields (to understand what the remove, options, etc buttons are all about) * Add `aria-describedby` to custom field value fields (browser) provides further context other than the generic "Value" label * Add `role="group"` and accName to URI and custom field groups, add `aria-describedby` to custom field value fields (desktop) * Add `role="group"` and accName to URI and custom field groups, add `aria-describedby` to custom field value fields (web) * Use `attr.aria-label` instead of `appA11yTitle` don't need/want the tooltips appearing everywhere