From ebb7fce97ad104af6d96923f30304b71b9b9f0d2 Mon Sep 17 00:00:00 2001 From: Matt King Date: Thu, 26 Oct 2017 23:05:54 -0700 Subject: [PATCH] ARIA 1.1 Combobox with Listbox Popup example page: fix typo For issue #496, In examples/combobox/aria1.1pattern/listbox-combo.html, change "the" to "The" as pointed out by @annabbott. --- examples/combobox/aria1.1pattern/listbox-combo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/combobox/aria1.1pattern/listbox-combo.html b/examples/combobox/aria1.1pattern/listbox-combo.html index bc4b01e219..3f9ac53c29 100644 --- a/examples/combobox/aria1.1pattern/listbox-combo.html +++ b/examples/combobox/aria1.1pattern/listbox-combo.html @@ -32,7 +32,7 @@

ARIA 1.1 Combobox with Listbox Popup Examples

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.

Similar examples include: