Skip to content

Commit bd22613

Browse files
committed
Tooltip: Removing application role, should be set on application level
1 parent 8b4245a commit bd22613

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ui/jquery.ui.tooltip.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
*/
1515
(function($) {
1616

17-
// role=application on body required for screenreaders to correctly interpret aria attributes
18-
if( !$(document.body).is('[role]') ){
19-
$(document.body).attr('role','application');
20-
}
21-
2217
var increments = 0;
2318

2419
$.widget("ui.tooltip", {

0 commit comments

Comments
 (0)