Commit 5a1648a9 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Update link to WAI-ARIA combobox example

The previous link is no longer extant (redirects to the landing page for
the authoring guide). The current implementation supports the documented
navigation and behavior guidelines in that example, except where not
applicable (e.g. there is no way to explicitly open the listbox if it is
empty). These types of allowed exceptions are alluded to on
https://www.w3.org/WAI/ARIA/apg/patterns/combobox/
parent 8dbe13e2
...@@ -24,8 +24,8 @@ export type TagEditorProps = { ...@@ -24,8 +24,8 @@ export type TagEditorProps = {
/** /**
* Component to edit annotation's tags. * Component to edit annotation's tags.
* *
* Component accessibility is modeled after "Combobox with Listbox Popup Examples" found here: * Component accessibility is modeled after "Combobox with Listbox Autocomplete Example" found here:
* https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html * https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-autocomplete-list.html
*/ */
function TagEditor({ function TagEditor({
onAddTag, onAddTag,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment