## Managing Focus

The component is a single tab stop with focusable `<table>` (the element with `role="grid"`). It uses `aria-activedescendent` to keep the info for the currently focused date cell.

## Keyboard Shortcuts

The Calendar implements the same keyboard navigation as the **InfiniteCalendar** component. In addition to that it also implements the following shortcuts:

| Shortcut | Behavior |
|----------|----------|
| `Ctrl + Right Arrow` | Navigates to the next period. |
| `Ctrl + Left Arrow` | Navigates to the previous period. |

## Resources

https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html#kbd_label_5
