Skip to content

Commit 57b0a13

Browse files
authored
Merge pull request #10432 from IgniteUI/VDyulgerov/fix-aria-activedescendant-master
fix(grid): remove aria-activedescendant on role="rowgroup"
2 parents cb305b1 + 441657a commit 57b0a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header-row.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div role="rowgroup" class="igx-grid-thead__wrapper" [style.width.px]="width"
2-
[attr.aria-activedescendant]="activeDescendant" [class.igx-grid__tr--mrl]="hasMRL">
2+
[class.igx-grid__tr--mrl]="hasMRL">
33

44
<!-- Column headers area -->
55
<div class="igx-grid__tr" role="row" [style.width.px]="width">

0 commit comments

Comments
 (0)