Skip to content

Commit

Permalink
ARIA 1.1 Combobox with Listbox Popup example page: fix typo
Browse files Browse the repository at this point in the history
For issue #496,
In examples/combobox/aria1.1pattern/listbox-combo.html,
change "the" to "The" as pointed out by @annabbott.
  • Loading branch information
mcking65 committed Oct 27, 2017
1 parent b7a1cbc commit ebb7fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/combobox/aria1.1pattern/listbox-combo.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>ARIA 1.1 Combobox with Listbox Popup Examples</h1>
</p>
<p>
In these examples, users can specify the name of a fruit or vegetable by either typing a value in the box or choosing from the list.
the list becomes available after the textbox contains a character that matches the beginning of the name of one of the items in the list of suggested values.
The list becomes available after the textbox contains a character that matches the beginning of the name of one of the items in the list of suggested values.
Users may type any value in the textbox; this implementation does not limit input to values that are in the list of suggested values.
</p>
<p>Similar examples include: </p>
Expand Down

0 comments on commit ebb7fce

Please sign in to comment.