mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix: updated heading markup for bread crumbs (#5755)
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
{{ item.name | translate }}
|
{{ item.name | translate }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div *ngSwitchCase="true" class="adf-breadcrumb-item-current"
|
<div *ngSwitchCase="true" class="adf-breadcrumb-item-current" role="heading" aria-level="2"
|
||||||
aria-current="location">
|
aria-current="location">
|
||||||
{{ item.name | translate }}
|
{{ item.name | translate }}
|
||||||
</div>
|
</div>
|
||||||
@@ -72,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="listitem">
|
<div class="adf-breadcrumb-item adf-active" role="listitem">
|
||||||
<div class="adf-breadcrumb-item-current">
|
<div class="adf-breadcrumb-item-current" role="heading" aria-level="2">
|
||||||
{{ root | translate }}
|
{{ root | translate }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user