mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
mark aria headings (#5155)
This commit is contained in:
parent
210f1d8f59
commit
8bb8231a83
@ -6,7 +6,7 @@
|
|||||||
[hideToggle]="canExpandProperties()"
|
[hideToggle]="canExpandProperties()"
|
||||||
[attr.data-automation-id]="'adf-metadata-group-properties'" >
|
[attr.data-automation-id]="'adf-metadata-group-properties'" >
|
||||||
<mat-expansion-panel-header>
|
<mat-expansion-panel-header>
|
||||||
<mat-panel-title>
|
<mat-panel-title role="heading">
|
||||||
{{ 'CORE.METADATA.BASIC.HEADER' | translate }}
|
{{ 'CORE.METADATA.BASIC.HEADER' | translate }}
|
||||||
</mat-panel-title>
|
</mat-panel-title>
|
||||||
</mat-expansion-panel-header>
|
</mat-expansion-panel-header>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="adf-comments-container">
|
<div class="adf-comments-container">
|
||||||
<div id="comment-header" class="adf-comments-header">
|
<div id="comment-header" class="adf-comments-header" role="heading">
|
||||||
{{'COMMENTS.HEADER' | translate: { count: comments?.length} }}
|
{{'COMMENTS.HEADER' | translate: { count: comments?.length} }}
|
||||||
</div>
|
</div>
|
||||||
<div class="adf-comments-input-container" *ngIf="!isReadOnly()">
|
<div class="adf-comments-input-container" *ngIf="!isReadOnly()">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<adf-info-drawer-layout>
|
<adf-info-drawer-layout>
|
||||||
<div *ngIf="title" info-drawer-title>{{ title | translate }}</div>
|
<div role="heading" aria-level="1" *ngIf="title" info-drawer-title>{{ title | translate }}</div>
|
||||||
<ng-content *ngIf="!title" info-drawer-title select="[info-drawer-title]"></ng-content>
|
<ng-content *ngIf="!title" info-drawer-title select="[info-drawer-title]"></ng-content>
|
||||||
|
|
||||||
<ng-content info-drawer-buttons select="[info-drawer-buttons]"></ng-content>
|
<ng-content info-drawer-buttons select="[info-drawer-buttons]"></ng-content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user