File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11< div mat-internal-form-field [labelPosition] ="labelPosition " #formField >
22 < div class ="mdc-radio " [class.mdc-radio--disabled] ="disabled ">
33 <!-- Render this element first so the input is on top. -->
4- < div class ="mat-mdc-radio-touch-target " (click) ="_onTouchTargetClick($event) "> </ div >
4+ < div
5+ class ="mat-mdc-radio-touch-target "
6+ (click) ="_onTouchTargetClick($event) "
7+ aria-hidden ="true "> </ div >
58 <!--
69 Note that we set `aria-invalid="false"` on the input, because otherwise some screen readers
710 will read out "required, invalid data" for each radio button that hasn't been checked.
2225 [attr.aria-describedby] ="ariaDescribedby "
2326 [attr.aria-disabled] ="disabled && disabledInteractive ? 'true' : null "
2427 (change) ="_onInputInteraction($event) ">
25- < div class ="mdc-radio__background ">
28+ < div class ="mdc-radio__background " aria-hidden =" true " >
2629 < div class ="mdc-radio__outer-circle "> </ div >
2730 < div class ="mdc-radio__inner-circle "> </ div >
2831 </ div >
2932 < div mat-ripple class ="mat-radio-ripple mat-focus-indicator "
3033 [matRippleTrigger] ="_rippleTrigger.nativeElement "
3134 [matRippleDisabled] ="_isRippleDisabled() "
32- [matRippleCentered] ="true ">
35+ [matRippleCentered] ="true "
36+ aria-hidden ="true ">
3337 < div class ="mat-ripple-element mat-radio-persistent-ripple "> </ div >
3438 </ div >
3539 </ div >
You can’t perform that action at this time.
0 commit comments