Skip to content

Commit

Permalink
Merge pull request #10432 from IgniteUI/VDyulgerov/fix-aria-activedes…
Browse files Browse the repository at this point in the history
…cendant-master

fix(grid): remove aria-activedescendant on role="rowgroup"
  • Loading branch information
hanastasov authored Nov 10, 2021
2 parents cb305b1 + 441657a commit 57b0a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div role="rowgroup" class="igx-grid-thead__wrapper" [style.width.px]="width"
[attr.aria-activedescendant]="activeDescendant" [class.igx-grid__tr--mrl]="hasMRL">
[class.igx-grid__tr--mrl]="hasMRL">

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

0 comments on commit 57b0a13

Please sign in to comment.