Skip to content

Commit a07e682

Browse files
committed
Added aria label for main table
1 parent 7328987 commit a07e682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventLogExpert/Components/EventTable.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SplitLogTabPane />
55

66
<div class="table-container">
7-
<table id="eventTable" @onkeydown="HandleKeyDown" role="grid">
7+
<table aria-label="Event Log Table" id="eventTable" @onkeydown="HandleKeyDown" role="grid">
88
<thead @oncontextmenu="InvokeTableColumnMenu">
99
<tr role="row">
1010
@for (int columnIndex = 0; columnIndex < _enabledColumns.Length; columnIndex++)

0 commit comments

Comments
 (0)