Skip to content

Commit

Permalink
LPD-37959 Using the role dialog in the div that uses aria-labelledby …
Browse files Browse the repository at this point in the history
…without defining a role for itself
  • Loading branch information
igor-franca authored and bryceosterhaus committed Oct 8, 2024
1 parent ec77131 commit 23c123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar/js/calendar-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
this._renderSelectedDates();

this.get("boundingBox").setAttribute("aria-labelledby", this._calendarId + "_header");

this.get("boundingBox").setAttribute("role", "dialog");
},

/**
Expand Down

0 comments on commit 23c123d

Please sign in to comment.