Skip to content

Commit

Permalink
ARIA 1.0 Combobox with both list and inline autocomplete example: fix…
Browse files Browse the repository at this point in the history
… typo

Per feedback from @annabbott in issue #553, fixed spelling of "arbitrary".
  • Loading branch information
mcking65 committed Nov 30, 2017
1 parent 77e9f5d commit bf9a694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Legacy ARIA 1.0 Combobox With Both List and Inline Autocomplete Example</h1>
a listbox popup appears containing the matching names, and the first match is automatically selected.
In addition, the portion of the selected suggestion that has not been typed by the user, a completion string, appears inline after the input cursor in the textbox.
The automatically selected suggestion becomes the value of the textbox when the combobox loses focus unless the user chooses a different suggestion or changes the character string in the textbox.
Note that this implementation enables users to input the name of a state or territory, but it does not prevent input of any other arbetrary value.
Note that this implementation enables users to input the name of a state or territory, but it does not prevent input of any other arbitrary value.
</p>
<p>Similar examples include:</p>
<ul>
Expand Down

0 comments on commit bf9a694

Please sign in to comment.