@@ -161,7 +161,8 @@ <h4 class="modal-title" id="myModalLabel">Search for Watershed by Name or ID</h4
161161 < div class ="col-2 col-md-1 ">
162162 < button id ="btnq1 " data-bs-toggle ="offcanvas "
163163 class ="btn btn-sq-sm btn-danger " title ="Show Menu. "
164- data-bs-target ="#sidebar " aria-controls ="sidebar ">
164+ data-bs-target ="#sidebar " aria-controls ="sidebar "
165+ aria-label ="Open menu " aria-expanded ="false ">
165166 < i class ="bi-list "> </ i > </ button >
166167 </ div >
167168 < div class ="col-2 col-md-1 ">
@@ -214,9 +215,10 @@ <h4 class="modal-title" id="myModalLabel">Search for Watershed by Name or ID</h4
214215
215216 < div id ="map " style ="width: 100%; height: 100%; position:fixed; "> </ div >
216217 < div class ="offcanvas offcanvas-start " id ="sidebar "
217- data-bs-scroll ="true " data-bs-backdrop ="false ">
218+ data-bs-scroll ="false " data-bs-backdrop ="true "
219+ aria-labelledby ="sidebar-title ">
218220 < div class ="offcanvas-header ">
219- < h5 class ="offcanvas-title "> Daily Erosion Project</ h5 >
221+ < h5 class ="offcanvas-title " id =" sidebar-title " > Daily Erosion Project</ h5 >
220222 < button type ="button " class ="btn-close " data-bs-dismiss ="offcanvas " aria-label ="Close "> </ button >
221223 </ div >
222224 < div class ="offcanvas-body " style ="overflow-y: scroll; ">
@@ -375,13 +377,14 @@ <h6 class="text-muted small mb-1">Top 10 Soil Detachment Days</h6>
375377 autocomplete ="off " value ="multi ">
376378 < label class ="btn btn-outline-success btn-sm " for ="multi "> Multi</ label >
377379 </ div >
380+ < label class ="form-label visually-hidden " for ="datepicker "> Date</ label >
378381 < div class ="input-group input-group-sm ">
379382 < button id ="minus1d " class ="btn btn-secondary " type ="button " aria-label ="Previous day "> < i class ="bi-arrow-left "> </ i > </ button >
380383 < input type ="date " name ="date " id ="datepicker " class ="form-control " style ="font-weight: bolder; ">
381384 < button id ="plus1d " class ="btn btn-secondary " type ="button " aria-label ="Next day "> < i class ="bi-arrow-right "> </ i > </ button >
382385 </ div >
383386 < div style ="display: none; " id ="dp2 " class ="mt-2 ">
384- < label class ="small text-muted "> To Date:</ label >
387+ < label class ="small text-muted " for =" datepicker2 " > To Date:</ label >
385388 < div class ="input-group input-group-sm ">
386389 < input type ="date " name ="date2 " id ="datepicker2 " class ="form-control " style ="font-weight: bolder; " />
387390 </ div >
@@ -399,8 +402,8 @@ <h6 class="text-muted small mb-1">Top 10 Soil Detachment Days</h6>
399402 < div class ="card-header py-1 d-flex justify-content-between align-items-center ">
400403 < span > < i class ="bi-layers me-2 "> </ i > Available Data Layers</ span >
401404 < span >
402- < button data-action ="decrease-opacity " class ="btn btn-outline-secondary btn-sm py-0 px-1 " type ="button " title ="Decrease Opacity "> < i class ="bi-brightness-high "> </ i > </ button >
403- < button data-action ="increase-opacity " class ="btn btn-outline-secondary btn-sm py-0 px-1 " type ="button " title ="Increase Opacity "> < i class ="bi-brightness-low "> </ i > </ button >
405+ < button data-action ="decrease-opacity " class ="btn btn-outline-secondary btn-sm py-0 px-1 " type ="button " title ="Decrease Opacity " aria-label =" Decrease opacity " > < i class ="bi-brightness-high "> </ i > </ button >
406+ < button data-action ="increase-opacity " class ="btn btn-outline-secondary btn-sm py-0 px-1 " type ="button " title ="Increase Opacity " aria-label =" Increase opacity " > < i class ="bi-brightness-low "> </ i > </ button >
404407 </ span >
405408 </ div >
406409 < div class ="card-body py-2 ">
@@ -437,11 +440,11 @@ <h6 class="text-muted small mb-1">Top 10 Soil Detachment Days</h6>
437440 < li data-category ="metadata ">
438441 < input type ="radio " id ="dt_opt " name ="whichlayer " value ="dt "
439442 data-description ="Dominant Tillage Practice is the most common DEP tillage code within a HUC12. See info button for more details. ">
440- < label for ="dt_opt "> Dominant Tillage Practice
441- < button type ="button " class ="btn btn-outline-primary btn-sm " data-bs-toggle ="modal "
442- data-bs-target ="#dtModal " style ="padding: 0.1rem 0.4rem; font-size: 0.85em; ">
443- < i class =" bi-info-circle-fill " > </ i > info </ button >
444- </ label >
443+ < label for ="dt_opt "> Dominant Tillage Practice</ label >
444+ < button type ="button " class ="btn btn-outline-primary btn-sm ms-2 " data-bs-toggle ="modal "
445+ data-bs-target ="#dtModal " style ="padding: 0.1rem 0.4rem; font-size: 0.85em; "
446+ aria-label =" More information about dominant tillage practice " >
447+ < i class =" bi-info-circle-fill " > </ i > info </ button >
445448 </ li >
446449 </ ul >
447450 < p id ="layer-description " class ="text-muted small mb-0 "> </ p >
0 commit comments