diff --git a/docs/1.0/components/alerts.html b/docs/1.0/components/alerts.html index 98ec603..cfe811c 100644 --- a/docs/1.0/components/alerts.html +++ b/docs/1.0/components/alerts.html @@ -762,7 +762,7 @@
util.js. The compiled version includes this.util.js. The compiled version includes this..alert-dismissible class, which adds extra padding to the right of the alert and positions the .close button.data-dismiss="alert" attribute, which triggers the JavaScript functionality. Be sure to use the <button> element with it for proper behavior across all devices..fade and .show classes.You can quickly change the text alignment of any card—in its entirety or specific parts—with our text align classes.
+You can quickly change the text alignment of any card—in its entirety or specific parts—with our text align classes.
Using the card component, you can extend the default collapse behavior to create an accordion.
+Using the card component, you can extend the default collapse behavior to create an accordion.
By default, browsers will treat all native form controls (<input>, <select> and <button> elements) inside a <fieldset disabled> as disabled, preventing both keyboard and mouse interactions on them. However, if your form also includes <a ... class="btn btn-*"> elements, these will only be given a style of pointer-events: none. As noted in the section about disabled state for buttons (and specifically in the sub-section for anchor elements), this CSS property is not yet standardized and isn’t fully supported in Opera 18 and below, or in Internet Explorer 10, and won’t prevent keyboard users from being able to focus or activate these links. So to be safe, use custom JavaScript to disable such links.
By default, browsers will treat all native form controls (<input>, <select> and <button> elements) inside a <fieldset disabled> as disabled, preventing both keyboard and mouse interactions on them. However, if your form also includes <a ... class="btn btn-*"> elements, these will only be given a style of pointer-events: none.
+As noted in the section about disabled state for buttons (and specifically in the sub-section for anchor elements), this CSS property is not yet standardized and isn’t fully supported in Opera 18 and below, or in Internet Explorer 10, and won’t prevent keyboard users from being able to focus or activate these links. So to be safe, use custom JavaScript to disable such links.
Tooltips and popovers can be placed within modals as needed. When modals are closed, any tooltips and popovers within are also automatically dismissed.
+Tooltips and popovers can be placed within modals as needed. When modals are closed, any tooltips and popovers within are also automatically dismissed.