diff --git a/docs/docs.html b/docs/docs.html
index d668999e60..6d6888e040 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -2561,10 +2561,10 @@ For example, <section>
should be wrapped as inline.
{% endhighlight %}
-
- Heads up! - Using icons without any additional content means the icons are not represented to screen reader users. -
+Accessibility
+Keep in mind that using icons without any additional content means the icons are not represented to screen reader users.
+<section>
should be wrapped as inline.
Plugin dependency
+The responsive navbar requires the collapse plugin to be included in your version of Bootstrap.
<a href="#home">home</a>
must correspond to something in the dom like <div id="home"></div>
.
+ Resolvable ID targets required
+Navbar links must have resolvable id targets. For example, a <a href="#home">home</a>
must correspond to something in the dom like <div id="home"></div>
.
Data attributes for individual tooltips
+Options for individual tooltips can alternatively be specified through the use of data attributes, as explained above.
Data attributes for individual popovers +
Options for individual popovers can alternatively be specified through the use of data attributes, as explained above.
Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
Take this action Or do this @@ -5977,9 +5978,9 @@ $('.nav-tabs').button()
Toggles push state. Gives the button the appearance that it has been activated.
-data-toggle
attribute.
+ Auto toggling
+You can enable auto toggling of a button by using the data-toggle
attribute.
autocomplete="off"
.
+ Cross-browser compatibility
+Firefox persists the disabled state across page loads. A workaround for this is to use autocomplete="off"
.
Stops the carousel from cycling through items.
+Cycles the carousel to a particular frame (0 based, similar to an array).
@@ -6544,9 +6546,9 @@ $('.typeahead').typeahead()affix
, affix-top
, and affix-bottom
. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.
+ Heads up!
+You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by affix
, affix-top
, and affix-bottom
. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.