File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/material/progress-bar Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
The background div is named as such because it appears below the other divs and is not sized based
3
3
on values.
4
4
-->
5
- < svg width ="100% " height ="4 " focusable ="false " class ="mat-progress-bar-background mat-progress-bar-element ">
5
+ < svg width ="100% " height ="4 " focusable ="false " class ="mat-progress-bar-background mat-progress-bar-element " aria-hidden =" true " >
6
6
< defs >
7
7
< pattern [id] ="progressbarId " x ="4 " y ="0 " width ="8 " height ="4 " patternUnits ="userSpaceOnUse ">
8
8
< circle cx ="2 " cy ="2 " r ="2 "/>
9
9
</ pattern >
10
10
</ defs >
11
11
< rect [attr.fill] ="_rectangleFillValue " width ="100% " height ="100% "/>
12
12
</ svg >
13
- < div class ="mat-progress-bar-buffer mat-progress-bar-element " [ngStyle] ="_bufferTransform() "> </ div >
14
- < div class ="mat-progress-bar-primary mat-progress-bar-fill mat-progress-bar-element " [ngStyle] ="_primaryTransform() " #primaryValueBar > </ div >
15
- < div class ="mat-progress-bar-secondary mat-progress-bar-fill mat-progress-bar-element "> </ div >
13
+ < div class ="mat-progress-bar-buffer mat-progress-bar-element " [ngStyle] ="_bufferTransform() " aria-hidden =" true " > </ div >
14
+ < div class ="mat-progress-bar-primary mat-progress-bar-fill mat-progress-bar-element " [ngStyle] ="_primaryTransform() " #primaryValueBar aria-hidden =" true " > </ div >
15
+ < div class ="mat-progress-bar-secondary mat-progress-bar-fill mat-progress-bar-element " aria-hidden =" true " > </ div >
You can’t perform that action at this time.
0 commit comments