@@ -298,34 +298,45 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
298
298
</ div >
299
299
</ div >
300
300
< ul id ="states-list ">
301
- < li > < input type ="checkbox " id ="build-full " v-model ="filter.cache.full " /> < span
302
- class ="cache-label "> full</ span >
301
+ < li >
302
+ < label >
303
+ < input type ="checkbox " id ="build-full " v-model ="filter.cache.full " />
304
+ < span class ="cache-label "> full</ span >
305
+ </ label >
303
306
< div class ="tooltip "> ?
304
307
< span class ="tooltiptext ">
305
308
A non-incremental full build starting with empty cache.
306
309
</ span >
307
310
</ div >
308
311
</ li >
309
- < li > < input type ="checkbox " id ="build-incremental-full " v-model ="filter.cache.incrFull " /> < span
310
- class ="cache-label "> incr-full</ span >
312
+ < li >
313
+ < label >
314
+ < input type ="checkbox " id ="build-incremental-full " v-model ="filter.cache.incrFull " />
315
+ < span class ="cache-label "> incr-full</ span >
316
+ </ label >
311
317
< div class ="tooltip "> ?
312
318
< span class ="tooltiptext ">
313
319
An incremental build starting with empty cache.
314
320
</ span >
315
321
</ div >
316
322
</ li >
317
- < li > < input type ="checkbox " id ="build-incremental-unchanged "
318
- v-model ="filter.cache.incrUnchanged " />
319
- < span class ="cache-label "> incr-unchanged</ span >
323
+ < li >
324
+ < label >
325
+ < input type ="checkbox " id ="build-incremental-unchanged " v-model ="filter.cache.incrUnchanged " />
326
+ < span class ="cache-label "> incr-unchanged</ span >
327
+ </ label >
320
328
< div class ="tooltip "> ?
321
329
< span class ="tooltiptext ">
322
330
An incremental build starting with complete cache, and unchanged source directory --
323
331
the "perfect" scenario for incremental.
324
332
</ span >
325
333
</ div >
326
334
</ li >
327
- < li > < input type ="checkbox " id ="build-incremental-patched "
328
- v-model ="filter.cache.incrPatched " /> < span class ="cache-label "> incr-patched</ span >
335
+ < li >
336
+ < label >
337
+ < input type ="checkbox " id ="build-incremental-patched " v-model ="filter.cache.incrPatched " />
338
+ < span class ="cache-label "> incr-patched</ span >
339
+ </ label >
329
340
< div class ="tooltip "> ?
330
341
< span class ="tooltiptext ">
331
342
An incremental build starting with complete cache, and an altered source directory.
@@ -779,4 +790,4 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
779
790
</ script >
780
791
</ body >
781
792
782
- </ html >
793
+ </ html >
0 commit comments