-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combobox Pattern and Examples: Convert to support draft ARIA 1.2 spec…
…ification (pull #1255) To resolve #1250 and resolve #1244: 1. Revise the combobox pattern to remove the ARIA 1.0 and ARIA 1.1 guidance and replace with ARIA 1.2 guidance. Keeps a note about ARIA 1.0. 2. In examples, remove ARIA 1.0 and ARIA 1.1 pattern subdirectories and examples. 3. Convert the 3 ARIA 1.0 listbox popup examples into a 1.2 example. 4. Convert the ARIA 1.1 grid popup example into a 1.2 example. 5. Revise regression tests for combobox examples to test the 1.2 versions.
- Loading branch information
Showing
26 changed files
with
703 additions
and
2,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"rules": { | ||
"media-feature-name-no-unknown": [true, | ||
"ignoreMediaFeatureNames": ["forced-colors"] ] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-220 Bytes
examples/combobox/aria1.1pattern/imgs/arrow_drop_down_grey_27x27.png
Binary file not shown.
139 changes: 0 additions & 139 deletions
139
examples/combobox/aria1.1pattern/js/listbox-combo-example.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.