From 2fb83ec65efe71a78a7b945f2079692573890b3a Mon Sep 17 00:00:00 2001 From: Matt King Date: Thu, 26 Oct 2017 23:22:01 -0700 Subject: [PATCH] ARIA 1.1 Combobox with Grid Popup Example: Revise Introduction For issue #100, modified examples/combobox/aria1.1pattern/grid-combo.html. Added language to improved the description of the example. --- examples/combobox/aria1.1pattern/grid-combo.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/examples/combobox/aria1.1pattern/grid-combo.html b/examples/combobox/aria1.1pattern/grid-combo.html index 9c63e9247e..489a8ce42c 100644 --- a/examples/combobox/aria1.1pattern/grid-combo.html +++ b/examples/combobox/aria1.1pattern/grid-combo.html @@ -22,14 +22,21 @@

ARIA 1.1 Combobox with Grid Popup Example

NOTE: Please provide feedback on this example in - This work is tracked by issue 500. + issue 500.

The following example combobox implements the combobox design pattern using a grid for the suggested values popup. - In this example, users can choose a fruit or vegetable. - Each row of the two-column grid represents one suggestion; column one contains the name of the fruit or vegetable and column two identifies whether it is a fruit or vegetable. +

+

+ In this example, users can specify the name of a fruit or vegetable by either typing a value in the box or choosing from the set of values presented in a grid popup. + The popup becomes available after the textbox contains a character that matches the beginning of the name of one of the items in the set of value suggestions. + Users may type any value in the textbox; this implementation does not limit input to values that are in the set of value suggestions. +

+

+ The grid that presents suggested values has two columns. + Each row of the grid represents one suggestion; column one contains the name of the fruit or vegetable and column two identifies whether it is a fruit or vegetable.

Similar examples include: