diff --git a/aria-practices.html b/aria-practices.html index 5998578527..03143a3381 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1636,7 +1636,7 @@

Listbox

Examples

diff --git a/examples/listbox/listbox-collapsible.html b/examples/listbox/listbox-collapsible.html index b4406ba460..390c80ef3d 100644 --- a/examples/listbox/listbox-collapsible.html +++ b/examples/listbox/listbox-collapsible.html @@ -35,7 +35,7 @@

Collapsible Dropdown Listbox Example

The following example implementation of the design pattern for listbox - demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML select input withthe the attribute size="1". + demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML select input with the the attribute size="1". The widget consists of a button that triggers the display of a listbox. In its default state, the widget is collapsed (the listbox is not visible) and the button label shows the currently selected option from the listbox. When the button is activated, the listbox is displayed and the current option is focused and selected. diff --git a/examples/listbox/listbox-rearrangeable.html b/examples/listbox/listbox-rearrangeable.html index f1dcad4b51..0eb6da4f22 100644 --- a/examples/listbox/listbox-rearrangeable.html +++ b/examples/listbox/listbox-rearrangeable.html @@ -43,7 +43,7 @@

Example Listboxes with Rearrangeable Options

Similar examples include:

Examples

diff --git a/examples/listbox/listbox-scrollable.html b/examples/listbox/listbox-scrollable.html index a4657a89b4..fd2f96ac19 100644 --- a/examples/listbox/listbox-scrollable.html +++ b/examples/listbox/listbox-scrollable.html @@ -36,7 +36,7 @@

Scrollable Listbox Example

Similar examples include:

Example