Skip to content

Commit 42bd82c

Browse files
MsDev88mportuga
authored andcommitted
Added role attribute to UI-Grid-Header.html
Element path: #\31 559651691891-left-grid-container > .ui-grid-header.ng-scope[role="rowgroup"] > .ui-grid-top-panel > .ui-grid-header-viewport > .ui-grid-header-canvas > .ui-grid-header-cell-wrapper > .ui-grid-header-cell-row[role="row"] Environment Chrome version 74.0.3729.169 This accessibility issue was found using Accessibility Insights for Web 2.4.1 (axe-core 3.2.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights. Required ARIA children role not present: cell columnheader rowheader gridcell
1 parent dd7e263 commit 42bd82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/templates/ui-grid/ui-grid-header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
role="row"
1515
class="ui-grid-header-cell-row">
1616
<div
17+
role="columnheader"
1718
class="ui-grid-header-cell ui-grid-clearfix"
1819
ng-repeat="col in colContainer.renderedColumns track by col.uid"
1920
ui-grid-header-cell

0 commit comments

Comments
 (0)