mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ACS-9224] Used <td> instead of the gridcell role to ensure accessibility
This commit is contained in:
@@ -251,8 +251,7 @@
|
||||
</button>
|
||||
</mat-menu>
|
||||
</div>
|
||||
<div
|
||||
role="gridcell"
|
||||
<td
|
||||
class="adf-datatable-cell adf-datatable-checkbox adf-datatable-checkbox-single"
|
||||
tabindex="0"
|
||||
[attr.aria-label]="'ADF-DATATABLE.ACCESSIBILITY.SELECT_FILE' | translate"
|
||||
@@ -272,7 +271,7 @@
|
||||
>
|
||||
{{ 'ADF-DATATABLE.ACCESSIBILITY.SELECT_FILE' | translate }}
|
||||
</mat-checkbox>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
<div
|
||||
|
Reference in New Issue
Block a user