You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclass="export-btn" onclick="exportFilteredData()" title="Export filtered crash data to CSV">
331
+
<buttonclass="export-btn" onclick="exportFilteredData()" title="Export filtered crash data to CSV"aria-label="Export filtered crash data to CSV file">
331
332
Export to CSV
332
333
</button>
333
-
<buttonclass="export-btn" onclick="toggleDataTable()" title="View filtered crashes as a sortable table" style="margin-top:6px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);">
334
+
<buttonclass="export-btn" onclick="toggleDataTable()" title="View filtered crashes as a sortable table" aria-label="Open data table to view and sort filtered crashes" style="margin-top:6px;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);">
334
335
View Data Table
335
336
</button>
336
337
</div>
@@ -946,6 +947,12 @@ <h4>Casualty Sex Breakdown <span class="chart-info-icon">i<span class="chart-inf
0 commit comments