From: Chris Rebert Date: Mon, 16 Nov 2015 06:07:39 +0000 (-0800) Subject: Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`s X-Git-Tag: v3.3.6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd;p=thirdparty%2Fbootstrap.git Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`s Refs https://github.com/twbs/bootlint/pull/314 [skip sauce] --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 9798d85bb6..bea45b4cf9 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -27,7 +27,7 @@ $('#myModal').on('shown.bs.modal', function () {

Static example

A rendered modal with header, body, and set of actions in the footer.

-