Prtksxna has uploaded a new change for review.

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

Change subject: Use tooltip role for Popups
......................................................................

Use tooltip role for Popups

Bug: 62948
Change-Id: I10f42bbd01e2a5925ee5323eb1c6968e0b1787a4
---
M resources/ext.popups.core.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Popups 
refs/changes/44/120344/1

diff --git a/resources/ext.popups.core.js b/resources/ext.popups.core.js
index ee69e03..3e80e86 100644
--- a/resources/ext.popups.core.js
+++ b/resources/ext.popups.core.js
@@ -451,6 +451,7 @@
 
                // Container for the popup
                $box = $( '<div>' )
+                       .attr( 'role', 'tooltip' )
                        .addClass( 'mwe-popups' )
                        .on( {
                                mouseleave: leaveActive,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I10f42bbd01e2a5925ee5323eb1c6968e0b1787a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Popups
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