ibm-js / dcalendar

Calendar app for ibm-js, based on old dojo-calendar code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

review / fix accessibility

wkeese opened this issue · comments

The Keyboard.js code keeps focus on the ViewBase widget, and just moves virtual focus between the calendar tasks. This is generally not recommended, and also, if you do do it, then you need to use aria-activedescendant.