diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index bcd2dcecb..555d9a5df 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/accordion/examples/accordion/ sidebar: true -footer: "
" +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -67,10 +67,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- A combobox is an input widget with an associated popup that enables users to select a value for the combobox from a collection of possible values. - In some implementations, the popup presents allowed values, while in other implementations, the popup presents suggested values, and users may either select one of the suggestions or type a value. + A combobox is an input widget that has an associated popup. + The popup enables users to choose a value for the input from a collection. The popup may be a listbox, grid, tree, or dialog. +
+
+ In some implementations, the popup presents allowed values, while in other implementations, the popup presents suggested values.
Many implementations also include a third optional element -- a graphical Open
button adjacent to the combobox, which indicates availability of the popup.
Activating the Open
button displays the popup if suggestions are available.
select
element with size="1"
is presented to assistive technologies as a combobox.
Alternatively, if a combobox supports text input, it is referred to as editable.
An editable combobox may either allow users to input any arbitrary value, or it may restrict its value to a discrete set of allowed values, in which case typing input serves to filter suggestions presented in the popup.
diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md
index 449591b9f..073243b0e 100644
--- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md
+++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md
@@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/
sidebar: true
-footer: " "
+footer: " "
# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
@@ -68,10 +68,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.
- The code in this example is not intended for production environments. - Before using it for any purpose, read this to understand why. -
+ The code in this example is not intended for production environments. + Before using it for any purpose, read this to understand why.This is an illustrative example of one way of using ARIA that conforms with the ARIA specification.