mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Use <button> instead of <div>
* Buttons are semantically better. * Neither <div> nor <button> elements can have the 'alt' attribute so switching to 'title' instead. Reverts parts of I6ea62124018b1a0ec5110bb500f690cb2368f102. Bug: T58471 Change-Id: I991b40d3387f8d6dd7cdad8ccc5cc9660b9f139a
This commit is contained in:
parent
9583064d50
commit
45110a7090
|
@ -315,11 +315,10 @@
|
|||
var ui = this,
|
||||
tooltipDelay = mw.config.get( 'wgMultimediaViewer' ).tooltipDelay;
|
||||
|
||||
this.$closeButton = $( '<div>' )
|
||||
this.$closeButton = $( '<button>' )
|
||||
.text( ' ' )
|
||||
.addClass( 'mw-mmv-close' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-close-popup-text' ).text() )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-close-popup-text' ).text() )
|
||||
.tipsy( {
|
||||
delayIn: tooltipDelay,
|
||||
gravity: this.correctEW( 'ne' )
|
||||
|
@ -331,11 +330,10 @@
|
|||
ui.unattach();
|
||||
} );
|
||||
|
||||
this.$fullscreenButton = $( '<div>' )
|
||||
this.$fullscreenButton = $( '<button>' )
|
||||
.text( ' ' )
|
||||
.addClass( 'mw-mmv-fullscreen' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-fullscreen-popup-text' ).text() )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-fullscreen-popup-text' ).text() )
|
||||
.tipsy( {
|
||||
delayIn: tooltipDelay,
|
||||
gravity: this.correctEW( 'ne' )
|
||||
|
|
|
@ -38,43 +38,40 @@
|
|||
this.$close = $closeButton;
|
||||
this.$fullscreen = $fullscreenButton;
|
||||
|
||||
this.$reuse = $( '<div>' )
|
||||
this.$reuse = $( '<button>' )
|
||||
.addClass( 'mw-mmv-reuse-button' )
|
||||
.html( ' ' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-reuse-link' ).text() )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-reuse-link' ).text() )
|
||||
.tipsy( {
|
||||
delayIn: tooltipDelay,
|
||||
gravity: this.correctEW( 'se' )
|
||||
} );
|
||||
|
||||
this.$options = $( '<div>' )
|
||||
this.$options = $( '<button>' )
|
||||
.text( ' ' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-options-tooltip' ).text() )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-options-tooltip' ).text() )
|
||||
.addClass( 'mw-mmv-options-button' )
|
||||
.tipsy( {
|
||||
delayIn: tooltipDelay,
|
||||
gravity: this.correctEW( 'se' )
|
||||
} );
|
||||
|
||||
this.$download = $( '<div>' )
|
||||
this.$download = $( '<button>' )
|
||||
.addClass( 'mw-mmv-download-button' )
|
||||
.html( ' ' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-download-link' ).text() )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-download-link' ).text() )
|
||||
.tipsy( {
|
||||
delayIn: tooltipDelay,
|
||||
gravity: this.correctEW( 'se' )
|
||||
} );
|
||||
|
||||
this.$next = $( '<div>' )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-next-image-alt-text' ).text() )
|
||||
this.$next = $( '<button>' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-next-image-alt-text' ).text() )
|
||||
.addClass( 'mw-mmv-next-image disabled' )
|
||||
.html( ' ' );
|
||||
|
||||
this.$prev = $( '<div>' )
|
||||
.attr( 'alt', mw.message( 'multimediaviewer-prev-image-alt-text' ).text() )
|
||||
this.$prev = $( '<button>' )
|
||||
.prop( 'title', mw.message( 'multimediaviewer-prev-image-alt-text' ).text() )
|
||||
.addClass( 'mw-mmv-prev-image disabled' )
|
||||
.html( ' ' );
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
.mw-mmv-prev-image {
|
||||
cursor: pointer;
|
||||
position: fixed;
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
.opacity( 0.8 );
|
||||
border: 0;
|
||||
|
|
|
@ -36,13 +36,13 @@ class E2ETestPage < CommonsPage
|
|||
a(:mmv_details_page_link, class: 'mw-mmv-description-page-button')
|
||||
|
||||
# Controls
|
||||
div(:mmv_next_button, class: 'mw-mmv-next-image')
|
||||
div(:mmv_previous_button, class: 'mw-mmv-prev-image')
|
||||
div(:mmv_close_button, class: 'mw-mmv-close')
|
||||
button(:mmv_next_button, class: 'mw-mmv-next-image')
|
||||
button(:mmv_previous_button, class: 'mw-mmv-prev-image')
|
||||
button(:mmv_close_button, class: 'mw-mmv-close')
|
||||
div(:mmv_image_loaded_cucumber, class: 'mw-mmv-image-loaded-cucumber')
|
||||
|
||||
# Download
|
||||
div(:mmv_download_icon, class: 'mw-mmv-download-button')
|
||||
button(:mmv_download_icon, class: 'mw-mmv-download-button')
|
||||
div(:mmv_download_menu, class: 'mw-mmv-download-dialog')
|
||||
span(:mmv_download_size_label, class: 'mw-mmv-download-image-size')
|
||||
span(:mmv_download_down_arrow_icon, class: 'mw-mmv-download-select-menu')
|
||||
|
@ -61,7 +61,7 @@ class E2ETestPage < CommonsPage
|
|||
end
|
||||
|
||||
# Options
|
||||
div(:mmv_options_icon, class: 'mw-mmv-options-button')
|
||||
button(:mmv_options_icon, class: 'mw-mmv-options-button')
|
||||
div(:mmv_options_menu_disable, class: 'mw-mmv-options-disable')
|
||||
div(:mmv_options_menu_enable, class: 'mw-mmv-options-enable')
|
||||
button(:mmv_options_enable_button) do |page|
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
$.support.fullscreen = true;
|
||||
lightbox.setupCanvasButtons();
|
||||
|
||||
assert.strictEqual( lightbox.$fullscreenButton.css( 'display' ), 'block',
|
||||
assert.strictEqual( lightbox.$fullscreenButton.css( 'display' ), 'inline-block',
|
||||
'Fullscreen button is visible when fullscreen mode is available' );
|
||||
|
||||
// Entering fullscreen
|
||||
|
|
Loading…
Reference in a new issue