mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Merge branch 'main' into nl/1300-domain-request-button-tag-correction
This commit is contained in:
commit
a5c61a5115
1 changed files with 4 additions and 1 deletions
|
@ -5284,7 +5284,10 @@ const setUpModal = baseComponent => {
|
|||
overlayDiv.classList.add(OVERLAY_CLASSNAME);
|
||||
|
||||
// Set attributes
|
||||
modalWrapper.setAttribute("role", "dialog");
|
||||
// DOTGOV
|
||||
// Removes the dialog role as this causes a double readout bug with screenreaders
|
||||
// modalWrapper.setAttribute("role", "dialog");
|
||||
// END DOTGOV
|
||||
modalWrapper.setAttribute("id", modalID);
|
||||
if (ariaLabelledBy) {
|
||||
modalWrapper.setAttribute("aria-labelledby", ariaLabelledBy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue