mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3862] - Document List - Add accesibility tags for images and documents (#4171)
This commit is contained in:
committed by
Maurizio Vitale
parent
1aafd79b70
commit
b86a385c36
@@ -1,4 +1,4 @@
|
||||
<div class="adf-image-container" [ngStyle]="{ transform: transform }" data-automation-id="adf-image-container">
|
||||
<div class="adf-image-container" tabindex="0" role="img" [attr.aria-label]="nameFile" [ngStyle]="{ transform: transform }" data-automation-id="adf-image-container">
|
||||
<img id="viewer-image" [src]="urlFile" [alt]="nameFile" [ngStyle]="{ 'cursor' : isDragged ? 'move': 'default' } " />
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user