From 656dc3acd6cc680cfae67ba66e0a9a7f68fcf28a Mon Sep 17 00:00:00 2001 From: Matt King Date: Thu, 8 Nov 2018 23:32:13 -0800 Subject: [PATCH] Change History Appendix: Remove APG 1.1 change history After this removal, the change history will later be added back in the apg-1.1 branch. From this point forward, all content in master will be "forever" content that can be merged into both apg-1.1 and apg-1.2. --- aria-practices.html | 158 +------------------------------------------- 1 file changed, 1 insertion(+), 157 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index e92f03cfb..4a2286b21 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -4757,163 +4757,7 @@

Appendices

Change History

-
-

Changes in July 2018 Publication of Note Release 2

-
    -
  • - Added the following: -
      -
    • Treegrid design pattern and example
    • -
    • Alert dialog example
    • -
    -
  • -
  • Significant revisions of guidance or implementation were made to the following design patterns and examples: -
      -
    • Accordion pattern and example, including removing two optional key commands from the pattern.
    • -
    • Checkbox example bug fixes
    • -
    • ARIA 1.0 Combobox example, including escape key behavior
    • -
    • ARIA 1.1 Combobox example labeling
    • -
    • Modal dialog example, primarily code refactoring when adding alert dialog
    • -
    • Grid pattern, including guidance on column selection
    • -
    • Listbox examples
    • -
    • Menu pattern, including guidance on menu/submenu structure
    • -
    • editor menubar example, including significant improvement to mouse behaviors.
    • -
    • Menu button example bug fixes
    • -
    • Navigation menubar example bug fixes
    • -
    • Radio group example styling
    • -
    • Tabs pattern, including labeling guidance
    • -
    • Tree view pattern, including multi-select guidance
    • -
    • Tree view example bug fixes
    • -
    -
  • -
-

Also see:

- -
-
-

Changes in December 2017 Publication as Note

-
    -
  • - Added the following: -
      -
    • Read Me First section
    • -
    • Combobox pattern
    • -
    • Combobox examples: 3 ARIA 1.0 style and 4 ARIA 1.1 style
    • -
    • Disclosure pattern
    • -
    • Feed example display page
    • -
    • Grid and table properties guidance section
    • -
    • Collapsible dropdown listbox example
    • -
    • Multi-thumb slider examples
    • -
    • Table pattern and example
    • -
    -
  • -
  • The top of each example page now includes a set of four related links to: -
      -
    • Browser and Assistive Technology Support section of Read Me First
    • -
    • Report Issue page in the Github repository
    • -
    • Related Issues listed in the Github project for the example
    • -
    • Design Pattern section that applies to the example
    • -
    -
  • -
  • All Javascript and CSS files used by the examples include the correct license and copyright statements.
  • -
  • Significant revisions of guidance and implementation were made to the following sections, design patterns, and examples: -
      -
    • Introduction
    • -
    • Keyboard guidance for Mac OS
    • -
    • Accordion example
    • -
    • Mixed checkbox examples
    • -
    • Scrollable layout grid example
    • -
    • Listbox examples
    • -
    • Modal dialog example
    • -
    • editor menubar example
    • -
    • Navigation menubar example
    • -
    • Menu button examples
    • -
    • Spinbutton pattern
    • -
    • Toolbar example
    • -
    • Tree view examples
    • -
    -
  • -
-

Also see:

- -
-
-

Changes in June 2017 Working Draft

-
    -
  • - Added the following: -
      -
    • Modal dialog example
    • -
    • Disclosure design pattern
    • -
    • Example disclosure for FAQ
    • -
    • Example disclosure for image description
    • -
    • Draft of feed pattern
    • -
    • Example feed implementation
    • -
    • Example of menu button using aria-activedescendant
    • -
    • Example of tabs with manual activation
    • -
    -
  • -
  • Design pattern section: moved examples subsection of each design pattern to be - the first subsection.
  • -
  • - Across all example pages: -
      -
    • Improved visual design of tables that document keyboard implementation, - roles, states, and properties.
    • -
    • Improved consistency of editorial style.
    • -
    -
  • -
  • - Significant revisions of guidance and implementation were made to the following design - patterns and example pages: -
      -
    • Accordion example
    • -
    • Alert example
    • -
    • Breadcrumb example
    • -
    • Button example
    • -
    • Checkbox examples
    • -
    • Dialog (modal) design pattern
    • -
    • Grid examples
    • -
    • Landmark examples
    • -
    • Link example
    • -
    • Listbox example
    • -
    • Menubar examples
    • -
    • Menu button examples
    • -
    • Radio group example
    • -
    • Slider design pattern
    • -
    • Slider example
    • -
    • Example of tabs with automatic activation
    • -
    • Tree view examples
    • -
    -
  • -
-

Also see:

- -
+

Change history is maintained in a separate version-specific branch.