Skip to content

Commit

Permalink
Combobox Pattern and Examples: Convert to support draft ARIA 1.2 spec…
Browse files Browse the repository at this point in the history
…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
mcking65 committed Nov 15, 2019
1 parent 2b1c5b1 commit 632bc8a
Show file tree
Hide file tree
Showing 26 changed files with 703 additions and 2,865 deletions.
6 changes: 6 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rules": {
"media-feature-name-no-unknown": [true,
"ignoreMediaFeatureNames": ["forced-colors"] ]
}
}
317 changes: 161 additions & 156 deletions aria-practices.html

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions examples/combobox/aria1.0pattern/css/combobox-1.0.css

This file was deleted.

60 changes: 0 additions & 60 deletions examples/combobox/aria1.0pattern/css/listbox.css

This file was deleted.

Binary file not shown.
139 changes: 0 additions & 139 deletions examples/combobox/aria1.1pattern/js/listbox-combo-example.js

This file was deleted.

Loading

0 comments on commit 632bc8a

Please sign in to comment.