File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ <h3>Color mixer</h3>
134
134
< label id ="mix-output-text "> </ label >
135
135
136
136
< div >
137
- < label id ="percentage-one-label "> 50%</ label >
137
+ < label id ="percentage-one-label " for =" percentage-one " > 50%</ label >
138
138
< input id ="percentage-one " type ="range " name ="percent1 " step ="0.1 " />
139
139
</ div >
140
140
< div >
141
- < label id ="percentage-two-label "> 50%</ label >
141
+ < label id ="percentage-two-label " for =" percentage-two " > 50%</ label >
142
142
< input id ="percentage-two " type ="range " name ="percent2 " step ="0.1 " />
143
143
</ div >
144
144
145
- < label > color space: </ label >
145
+ < label for =" color-space " > color space: </ label >
146
146
< select id ="color-space ">
147
147
< option value ="srgb "> srgb</ option >
148
148
< option value ="srgb-linear "> srgb-linear</ option >
@@ -157,7 +157,7 @@ <h3>Color mixer</h3>
157
157
< option value ="oklch "> oklch</ option >
158
158
</ select >
159
159
160
- < label id ="interpolation-method-label "> interpolation method: </ label >
160
+ < label id ="interpolation-method-label " for =" interpolation-method " > interpolation method: </ label >
161
161
< select id ="interpolation-method ">
162
162
< option value ="shorter hue " selected > shorter hue</ option >
163
163
< option value ="longer hue "> longer hue</ option >
You can’t perform that action at this time.
0 commit comments