This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
< table role ="grid " aria-labelledby ="{{::uniqueId}}-title " aria-activedescendant ="{{activeDateId}} ">
2
2
< thead >
3
3
< tr >
4
- < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
4
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-left "> </ i > < span class =" sr-only " > previous </ span > </ button > </ th >
5
5
< th colspan ="{{::5 + showWeeks}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
- < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
6
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-right "> </ i > < span class =" sr-only " > next </ span > </ button > </ th >
7
7
</ tr >
8
8
< tr >
9
9
< th ng-if ="showWeeks " class ="text-center "> </ th >
Original file line number Diff line number Diff line change 1
1
< table role ="grid " aria-labelledby ="{{::uniqueId}}-title " aria-activedescendant ="{{activeDateId}} ">
2
2
< thead >
3
3
< tr >
4
- < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
4
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-left "> </ i > < span class =" sr-only " > previous </ span > </ button > </ th >
5
5
< th colspan ="{{::yearHeaderColspan}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
- < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
6
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-right "> </ i > < span class =" sr-only " > next </ span > </ i > </ button > </ th >
7
7
</ tr >
8
8
</ thead >
9
9
< tbody >
Original file line number Diff line number Diff line change 1
1
< table role ="grid " aria-labelledby ="{{::uniqueId}}-title " aria-activedescendant ="{{activeDateId}} ">
2
2
< thead >
3
3
< tr >
4
- < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-left "> </ i > </ button > </ th >
4
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-left uib-left " ng-click ="move(-1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-left "> </ i > < span class =" sr-only " > previous </ span > </ button > </ th >
5
5
< th colspan ="{{::columns - 2}} "> < button id ="{{::uniqueId}}-title " role ="heading " aria-live ="assertive " aria-atomic ="true " type ="button " class ="btn btn-default btn-sm uib-title " ng-click ="toggleMode() " ng-disabled ="datepickerMode === maxMode " tabindex ="-1 "> < strong > {{title}}</ strong > </ button > </ th >
6
- < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i class ="glyphicon glyphicon-chevron-right "> </ i > </ button > </ th >
6
+ < th > < button type ="button " class ="btn btn-default btn-sm pull-right uib-right " ng-click ="move(1) " tabindex ="-1 "> < i aria-hidden =" true " class ="glyphicon glyphicon-chevron-right "> </ i > < span class =" sr-only " > next </ span > </ button > </ th >
7
7
</ tr >
8
8
</ thead >
9
9
< tbody >
Original file line number Diff line number Diff line change 1
- < ul class ="uib-datepicker-popup dropdown-menu uib-position-measure " dropdown-nested ng-if ="isOpen " ng-keydown ="keydown($event) " ng-click ="$event.stopPropagation() ">
1
+ < ul role =" presentation " class ="uib-datepicker-popup dropdown-menu uib-position-measure " dropdown-nested ng-if ="isOpen " ng-keydown ="keydown($event) " ng-click ="$event.stopPropagation() ">
2
2
< li ng-transclude > </ li >
3
3
< li ng-if ="showButtonBar " class ="uib-button-bar ">
4
4
< span class ="btn-group pull-left ">
You can’t perform that action at this time.
0 commit comments