From 7263693ed1587a00f12a882e5a57683201246d97 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 18:16:10 -0700 Subject: [PATCH] Port #14674 over to hosted docs --- javascript/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/javascript/index.html b/javascript/index.html index 6b8fea5761..3405b012de 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -181,8 +181,6 @@

Modals modal.js

- -

Examples

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

@@ -198,6 +196,10 @@

There are some caveats regarding using modals on mobile devices. See our browser support docs for details.

+

Due to how HTML5 defines its semantics, the autofocus HTML attribute has no effect in Bootstrap modals.

+ +

Examples

+

Static example

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

-- 2.47.2