diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:40:48 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:40:48 +0200 |
commit | bd22613af72f66aed2a0849491a6c8b56b06798a (patch) | |
tree | c1d6a44f3d48ce9198680c52a6cf0c62fd5b665e | |
parent | 8b4245ac7e8c746af97059ed3ef1c886bccdb903 (diff) | |
download | jquery-ui-bd22613af72f66aed2a0849491a6c8b56b06798a.tar.gz jquery-ui-bd22613af72f66aed2a0849491a6c8b56b06798a.zip |
Tooltip: Removing application role, should be set on application level
-rw-r--r-- | ui/jquery.ui.tooltip.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 08d2e616a..454cc6901 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -14,11 +14,6 @@ */ (function($) { -// role=application on body required for screenreaders to correctly interpret aria attributes -if( !$(document.body).is('[role]') ){ - $(document.body).attr('role','application'); -} - var increments = 0; $.widget("ui.tooltip", { |