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 ++-- docs/_layouts/default.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 35f7bb170a..7739c685e0 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 %} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 577b08dede..6342cd20e4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -48,7 +48,7 @@ Back to top {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} - + Preview theme {% endif %} -- cgit v1.2.3