diff --git a/packages/survey-angular-ui/src/components/dropdown/dropdown.component.html b/packages/survey-angular-ui/src/components/dropdown/dropdown.component.html index c3ac718617..93fc85977b 100644 --- a/packages/survey-angular-ui/src/components/dropdown/dropdown.component.html +++ b/packages/survey-angular-ui/src/components/dropdown/dropdown.component.html @@ -3,7 +3,7 @@ [attr.disabled]="model.isInputReadOnly ? true : null" (blur)="blur($event)" (keydown)="keyhandler($event)" [attr.id]="model.inputId" [attr.aria-required]="model.ariaRequired" [attr.aria-label]="model.ariaLabel" [attr.aria-invalid]="model.ariaInvalid" - [attr.aria-describedby]="model.ariaDescribedBy" [attr.role]="model.ariaRole" + [attr.aria-errormessage]="model.ariaErrormessage" [attr.role]="model.ariaRole" [attr.aria-controls]="dropdownModel.listElementId" [attr.aria-expanded]="model.ariaExpanded" [attr.aria-activedescendant]="dropdownModel.ariaActivedescendant"> @@ -28,6 +28,7 @@ [attr.aria-controls]="dropdownModel.listElementId" [attr.aria-label]="model.a11y_input_ariaLabel" [attr.aria-labelledby]="model.a11y_input_ariaLabelledBy" + [attr.aria-describedby]="model.a11y_input_ariaDescribedBy" [attr.aria-expanded]="model.ariaExpanded" [attr.aria-activedescendant]="dropdownModel.ariaActivedescendant" [attr.placeholder]="dropdownModel.placeholderRendered" diff --git a/packages/survey-angular-ui/src/components/element-header/element-header.component.html b/packages/survey-angular-ui/src/components/element-header/element-header.component.html index cdb9661b25..a087c0e74d 100644 --- a/packages/survey-angular-ui/src/components/element-header/element-header.component.html +++ b/packages/survey-angular-ui/src/components/element-header/element-header.component.html @@ -1,5 +1,5 @@ -
+
\ No newline at end of file diff --git a/packages/survey-angular-ui/src/components/rating/rating-item-smiley.component.html b/packages/survey-angular-ui/src/components/rating/rating-item-smiley.component.html index c0c22741d0..f01ae5ecca 100644 --- a/packages/survey-angular-ui/src/components/rating/rating-item-smiley.component.html +++ b/packages/survey-angular-ui/src/components/rating/rating-item-smiley.component.html @@ -2,7 +2,7 @@