mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: Move aria-attributes to the focusable element of the widget
This commit is contained in:
parent
285c991b72
commit
56f842cee0
2
ui/jquery.ui.spinner.js
vendored
2
ui/jquery.ui.spinner.js
vendored
@ -297,7 +297,7 @@ $.widget('ui.spinner', {
|
||||
},
|
||||
|
||||
_aria: function() {
|
||||
this.uiSpinner
|
||||
this.element
|
||||
.attr('aria-valuemin', this.options.min)
|
||||
.attr('aria-valuemax', this.options.max)
|
||||
.attr('aria-valuenow', this.options.value);
|
||||
|
Loading…
Reference in New Issue
Block a user