17
17
< link rel ="stylesheet " href ="./asset/css/buttons.css " />
18
18
< link rel ="stylesheet " href ="./asset/css/footer.css " />
19
19
< link rel ="stylesheet " href ="./asset/css/setting.css " />
20
-
20
+
21
21
<!-- codemirror -->
22
22
< link rel ="stylesheet " href ="./asset/codemirror/codemirror.css " />
23
23
< link rel ="stylesheet " href ="./asset/codemirror/dracula.css " />
24
24
< script src ="./asset/codemirror/codemirror.js "> </ script >
25
25
< script src ="./asset/codemirror/active-line.js "> </ script >
26
26
< script src ="./asset/codemirror/javascript.js "> </ script >
27
27
< script src ="./asset/codemirror/matchtags.js "> </ script >
28
-
29
28
</ head >
30
29
31
30
< body >
@@ -37,7 +36,11 @@ <h1 class="logo">
37
36
/> </ a >
38
37
</ h1 >
39
38
< div class ="language ">
40
- < button class ="btn-guide " id ="openModalBtn "> </ button >
39
+ < button
40
+ class ="btn-guide "
41
+ id ="openModalBtn "
42
+ aria-label ="open-modal-button "
43
+ > </ button >
41
44
< div class ="modal-container " id ="bottomSheetModal ">
42
45
< button id ="closeModalBtn "> X</ button >
43
46
< div class ="modal-content ">
@@ -107,7 +110,10 @@ <h3></h3>
107
110
< li > < button type ="button "> function</ button > </ li >
108
111
</ ul >
109
112
</ div >
110
- < textarea id ="json-input-highlight " name ="json-input-highlight "> </ textarea >
113
+ < textarea
114
+ id ="json-input-highlight "
115
+ name ="json-input-highlight "
116
+ > </ textarea >
111
117
< label for ="json-input "> </ label >
112
118
< textarea id ="json-input "> </ textarea >
113
119
< div class ="btn-inp-wrap ">
@@ -118,8 +124,8 @@ <h3></h3>
118
124
< section id ="datagen-output ">
119
125
< div class ="json-output-wrap ">
120
126
< div class ="btn-copy-setting ">
121
- < button class ="btn-copy "> </ button >
122
- < button class ="btn-setting "> </ button >
127
+ < button class ="btn-copy " aria-label =" copy-button " > </ button >
128
+ < button class ="btn-setting " aria-label =" setting-button " > </ button >
123
129
</ div >
124
130
< div class ="setting-list ">
125
131
< h2 > Settings</ h2 >
0 commit comments