[ACS-9224] remove role=presentation from drag

This commit is contained in:
Shivangi917
2025-06-20 16:05:21 -04:00
parent 52f1380a70
commit faddad5a5f

View File

@@ -17,7 +17,7 @@
role="row"> role="row">
<!-- Drag --> <!-- Drag -->
<div *ngIf="enableDragRows" class="adf-datatable-cell-header adf-drag-column" role="presentation"> <div *ngIf="enableDragRows" class="adf-datatable-cell-header adf-drag-column">
<div cdkDragHandle <div cdkDragHandle
class="adf-drag-handle" class="adf-drag-handle"
aria-hidden="true"> aria-hidden="true">
@@ -26,8 +26,7 @@
<!-- Actions (left) --> <!-- Actions (left) -->
<div *ngIf="actions && actionsPosition === 'left'" <div *ngIf="actions && actionsPosition === 'left'"
class="adf-actions-column adf-datatable-cell-header" class="adf-actions-column adf-datatable-cell-header">
role="columnheader">
<span class="adf-sr-only">{{ 'ADF-DATATABLE.ACCESSIBILITY.ACTIONS' | translate }}</span> <span class="adf-sr-only">{{ 'ADF-DATATABLE.ACCESSIBILITY.ACTIONS' | translate }}</span>
</div> </div>