Skip to content

Commit

Permalink
CHANGES.md: Move ColumnHider a11y note
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Aug 30, 2013
1 parent 54b0677 commit 2876883
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ This document outlines changes since 0.3.0. For older changelogs, see the
issue involving iOS Safari's JavaScript optimization, which was causing
errors in dgrid.

### Extensions

* Improved accessibility of the `ColumnHider` extension, adding a tab stop for
the menu trigger, focusing the first checkbox within the menu when it opens,
allowing it to be dismissed by pressing escape (at which time focus returns
to the trigger), and adding ARIA role and label to the popup menu itself.

## Other changes and fixes

### Mixins
Expand All @@ -37,6 +30,13 @@ This document outlines changes since 0.3.0. For older changelogs, see the
* The `editor` column plugin will now return focus to the parent cell when an
editor is dismissed, if the `Keyboard` mixin is also in use. (#263)

### Extensions

* Improved accessibility of the `ColumnHider` extension, adding a tab stop for
the menu trigger, focusing the first checkbox within the menu when it opens,
allowing it to be dismissed by pressing escape (at which time focus returns
to the trigger), and adding ARIA role and label to the popup menu itself.

# 0.3.9

## Significant changes
Expand Down

0 comments on commit 2876883

Please sign in to comment.