Skip to content

Commit

Permalink
fix(meter): added role meter progressbar in meter component (#3459)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com>
  • Loading branch information
Rajdeep Chandra and Rajdeep Chandra authored Jul 18, 2023
1 parent f8ad3da commit d2eccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/meter/src/Meter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Meter extends SizedMixin(ObserveSlotText(SpectrumElement, '')) {

protected override firstUpdated(changes: PropertyValues): void {
super.firstUpdated(changes);
this.setAttribute('role', 'progressbar');
this.setAttribute('role', 'meter progressbar');
}

protected override updated(changes: PropertyValues): void {
Expand Down

0 comments on commit d2eccef

Please # to comment.