Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/187455

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/55/187455/1

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: newchange
Gerrit-Change-Id: I50889fa4e23963eca40341db6d5eb116e83be73a
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

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

Reply via email to