From f26dde085fc00752cf60fab9f4b48967bac08b82 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Oct 2014 20:16:09 -0700 Subject: add role="button" to a couple more dummy-anchor btns --- docs/_includes/js/popovers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/js') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 35f7bb170..7739c685e 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -120,10 +120,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

For proper cross-browser and cross-platform behavior, you must use the <a> tag, not the <button> tag, and you also must include a tabindex attribute.

- Dismissible popover + Dismissible popover
{% highlight html %} -Dismissible popover +Dismissible popover {% endhighlight %} -- cgit v1.2.3