I am using this datepicker with the Icon Trigger active which renders an image. Example can be found here http://jqueryui.com/datepicker/#icon-trigger
If you place the cursor in the INPUT and hit tab, it skips over the calendar IMG and moves to the next available element.
The problem is that the IMG element does not have tabindex set to a value > 0 (there's no attribute at all). I need to set it to 0.
Has anyone gotten the image to be accessed from tabbing around with the keyboard only?
Background on why this matters:
From an Accessibility standpoint** this is bad because if you are only able to use the keyboard (and not a mouse), due to a disability or you prefer keyboard entry you can't access the calendar.
My application is failing on this point when its audited by Accessibility software.
**Icon trigger: Since the triggering element consists of an IMG tag, it is not keyboard accessible, nor does it include textual equivalents and a relevant ARIA role for screen reader users to convey that this is an active element. ref. https://www.levelaccess.com/jquery-ui-accessibility-analysis/