In fixing T58471: Close and zoom buttons have no tooltips or speakable title (title attribute) I noticed that a bunch of buttons in MMV are actually divs. or as We should convert all of them to buttons with a title attribute and keep the tipsy wherever it is already there. For example:
- $downloadButton
- $copyButton
- $button in stripeButtons
- $close in mmv/ui/mmv.ui.permission.js
Instead of making this change, one could also T111159: Convert MultimediaViewer to use OOUI instead of MW UI buttons and icons (which has a much larger scale)








