anki/ts/tag-editor
Ben Olson 7bcb57b89e
Resolve a11y for tag options buttons (#2787)
* resolve TagAddButton a11y
better comments to document tagindex reasoning

* resolved a11y for TagsSelectedButton
allow focus to TagsSelectedButton with Shift+Tab and Enter or Space to show popover

* safely ignore a11y warning as container for interactables is not itself interactable

* Update CONTRIBUTORS

* quick fix syntax

* quick fix syntax

* quick fix syntax

* quick fix syntax

* resolved a11y in accordance with ARIA APG Disclure pattern

* resolved a11y
ideally should replace with  with
a11y-click-events-have-key-events is explicitly ignored as the alternative (adding ) seems more clunky

* resolved SpinBox a11y
cannot focus on these buttons, so no key event handling needed (keyboard editting already possible by just typing in the field)
widget already properly follows ARIA APG Spinbutton pattern

* cleanup

* onEnterOrSpace() function implemented as discussed in #2787 and #2564

* quick syntax and such changes
2023-11-14 11:40:04 +10:00
..
tag-options-button Resolve a11y for tag options buttons (#2787) 2023-11-14 11:40:04 +10:00
AutocompleteItem.svelte Add comments to Sass variables and tweak main window (#2137) 2022-10-29 10:48:53 +10:00
icons.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
index.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
Tag.svelte Fix some issues with the Tag Editor (#2215) 2022-11-27 10:45:33 +10:00
TagDeleteBadge.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
TagEditMode.svelte Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagEditor.svelte Combine all backend methods into a single js/d.ts file, like in Python 2023-07-03 13:46:38 +10:00
TagInput.svelte Update to Svelte 4, and update most other JS deps (#2565) 2023-07-01 16:21:53 +10:00
tags.ts Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
TagSpacer.svelte Resolve a11y for tag options buttons (#2787) 2023-11-14 11:40:04 +10:00
TagWithTooltip.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
tsconfig.json Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
WithAutocomplete.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00