File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
apps/fretonator-web/src/app
common/fretonator/scale-map
pages/home/home-index/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ <h4 class="scaleMap__title">Degrees</h4>
11
11
</ div >
12
12
< button class ="scaleDegrees__toggle "
13
13
aria-label ="Scale Degrees Info Toggle "
14
- aria-controls ="scaleMapInfo "
15
14
type ="button "
16
- [attr.aria-expanded] ="showScaleMapInfo "
17
15
(click) ="toggleScaleMapInfo() "> {{scaleDegreesToggleText}}
18
16
</ button >
19
17
</ div >
@@ -32,12 +30,11 @@ <h5 class="scaleDisplay__note">
32
30
</ div >
33
31
34
32
< div class ="scaleMapInfo "
35
- id =" scaleMapInfo "
33
+ [attr.aria-expanded] =" showScaleMapInfo "
36
34
*ngIf ="showScaleMapInfo ">
37
35
< h2 class ="scaleMapInfo__title "> About Scale Degrees
38
36
< button class ="scaleMapInfo__close "
39
- aria-label ="Scale Degrees Info Toggle "
40
- aria-controls ="scaleMapInfo "
37
+ aria-label ="Scale Degrees Info Close "
41
38
type ="button "
42
39
(click) ="toggleScaleMapInfo() ">
43
40
< svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 14 14 ">
Original file line number Diff line number Diff line change @@ -1057,8 +1057,6 @@ exports[`HomeIndexComponent should create 1`] = `
1057
1057
</span >
1058
1058
</div >
1059
1059
<button
1060
- aria-controls = " scaleMapInfo"
1061
- aria-expanded = " false"
1062
1060
aria-label = " Scale Degrees Info Toggle"
1063
1061
class = " scaleDegrees__toggle"
1064
1062
type = " button"
You can’t perform that action at this time.
0 commit comments