From 8a6cdff825a114ec43532701e29087ed8cdedd50 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 13 Mar 2014 15:05:13 -0700 Subject: [PATCH] add role="tooltip" to tooltips by default to improve accessibility See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tooltip.js b/js/tooltip.js index f6c0a376c8..7b75d79393 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -29,7 +29,7 @@ animation: true, placement: 'top', selector: false, - template: '
', + template: '', trigger: 'hover focus', title: '', delay: 0,