## Managing the Focus


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

## Keyboard Shortcuts


The Calendar implements the same keyboard navigation as the **InfiniteCalendar** component.

[InfiniteCalendar  specification]({{infinitecalendar_kb_link}})


In addition to that it also implements the following shortcuts:

| Shortcut | Behavior |
| -------- | -------- |
| `Ctrl/Cmd(Mac) + Right Arrow` | Navigates to the next period. |
| `Ctrl/Cmd(Mac) + Left Arrow` | Navigates to the previous period. |

## Resources

[ARIA Authoring Practices: Date Picker Dialog: Date Grid](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/#kbd_label_5)
