mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-4281] removed heading role from breadcrumbs. (#8278)
This commit is contained in:
@@ -55,8 +55,7 @@
|
|||||||
{{ item.name | translate }}
|
{{ item.name | translate }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div *ngSwitchDefault class="adf-breadcrumb-item-current" role="heading" aria-level="2"
|
<div *ngSwitchDefault class="adf-breadcrumb-item-current" aria-current="location">
|
||||||
aria-current="location">
|
|
||||||
{{ item.name | translate }}
|
{{ item.name | translate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,7 +72,7 @@
|
|||||||
[attr.aria-label]="'BREADCRUMB.ARIA-LABEL.BREADCRUMB' | translate"
|
[attr.aria-label]="'BREADCRUMB.ARIA-LABEL.BREADCRUMB' | translate"
|
||||||
>
|
>
|
||||||
<div class="adf-breadcrumb-item adf-active" role="group">
|
<div class="adf-breadcrumb-item adf-active" role="group">
|
||||||
<div class="adf-breadcrumb-item-current" role="heading" aria-level="2">
|
<div class="adf-breadcrumb-item-current">
|
||||||
{{ root | translate }}
|
{{ root | translate }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user