jenkins-bot has submitted this change and it was merged.

Change subject: PopupButtonWidget: Set aria-haspopup to true
......................................................................


PopupButtonWidget: Set aria-haspopup to true

Bug: T87694
Change-Id: I50889fa4e23963eca40341db6d5eb116e83be73a
---
M src/widgets/PopupButtonWidget.js
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Trevor Parscal: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/widgets/PopupButtonWidget.js b/src/widgets/PopupButtonWidget.js
index c439096..83fcd82 100644
--- a/src/widgets/PopupButtonWidget.js
+++ b/src/widgets/PopupButtonWidget.js
@@ -18,6 +18,7 @@
        // Initialization
        this.$element
                .addClass( 'oo-ui-popupButtonWidget' )
+               .attr( 'aria-haspopup', 'true' )
                .append( this.popup.$element );
 };
 

-- 
To view, visit https://gerrit.wikimedia.org/r/187455
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I50889fa4e23963eca40341db6d5eb116e83be73a
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: Trevor Parscal <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to