|
|
@ -208,7 +208,7 @@ $.extend($.datepicker, {
|
|
|
|
.attr('tabindex', inst.inline ? '0' : '-1')
|
|
|
|
.attr('tabindex', inst.inline ? '0' : '-1')
|
|
|
|
.attr('role', 'grid')
|
|
|
|
.attr('role', 'grid')
|
|
|
|
.attr('aria-readonly', 'true')
|
|
|
|
.attr('aria-readonly', 'true')
|
|
|
|
.attr('aria-activedescendant', activeCell.attr('id') || '')
|
|
|
|
.attr('aria-activedescendant', activeCell ? activeCell.attr('id') : '')
|
|
|
|
.find('td').attr('role', 'gridcell').attr('aria-selected', 'false')
|
|
|
|
.find('td').attr('role', 'gridcell').attr('aria-selected', 'false')
|
|
|
|
.find('a').attr('tabindex', '-1');
|
|
|
|
.find('a').attr('tabindex', '-1');
|
|
|
|
|
|
|
|
|
|
|
|