Open jscholes opened 3 years ago
Notes from the March 25, 2021 CG meeting:
aria-autocomplete
values has never been particularly clear, even to this day. E.g. aria-autocomplete="none"
might be more appropriate than no aria-autocomplete
attribute on some controls, like a search input that provides the most recent search terms regardless of the content typed by the user. But this isn't autocomplete in any sense of the word, so this is somewhat illogical."true"
if some type of concrete autocomplete functionality is available, "false"
otherwise.aria-autocomplete
value, that would strengthen the case for proposing a change to the spec.autocomplete
attribute in HTML, which is used both to signal the availability of autocomplete behaviour and, in some cases, indicate the type of data expected?Ultimately, this was a productive discussion but we didn't reach consensus on the above points and should revisit.
Over on issue #340, @mfairchild365 asks:
The comment specifically relates to the updated tests for the Editable Combobox With Both List and Inline Autocomplete example, which uses an
aria-autocomplete
value of"both"
. In tests relating to the textbox, we assert:This is generic/abstract wording, allowing testers to decide whether the specific output of a given screen reader/browser combination represents a pass or fail. But it also raises two questions:
aria-autocomplete
tokens?aria-autocomplete
tokens.