diff --git a/docs/.htmllintrc b/docs/.htmllintrc index e15284536..d88560faa 100644 --- a/docs/.htmllintrc +++ b/docs/.htmllintrc @@ -9,6 +9,7 @@ "html-valid-content-model": false, "id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)", "id-class-style": "dash", + "img-req-src": false, "img-req-alt": false, "indent-style": "spaces", "indent-width": 2, diff --git a/docs/components/carousel.md b/docs/components/carousel.md index ab84bf460..af00dc526 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -186,45 +186,45 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
| Name | -Type | -Default | -Description | -
|---|---|---|---|
| Name | +Type | +Default | +Description | +
| interval | -number | -5000 | -The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. | -
| keyboard | -boolean | -true | -Whether the carousel should react to keyboard events. | -
| pause | -string | boolean | -"hover" | -If set to On touch-enabled devices, when set to |
-
| ride | -string | -false | -Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. | -
| wrap | -boolean | -true | -Whether the carousel should cycle continuously or have hard stops. | -
| interval | +number | +5000 | +The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. | +
| keyboard | +boolean | +true | +Whether the carousel should react to keyboard events. | +
| pause | +string | boolean | +"hover" | +If set to On touch-enabled devices, when set to |
+
| ride | +string | +false | +Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load. | +
| wrap | +boolean | +true | +Whether the carousel should cycle continuously or have hard stops. | +
slide instance method is invoked.slide instance method is invoked.| Name | -Type | -Default | -Description | -
|---|---|---|---|
| Name | +Type | +Default | +Description | +
| parent | -selector | -false | -If a selector is provided, then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this is dependent on the card class). The attribute has to be set on the target collapsible area. |
-
| toggle | -boolean | -true | -Toggles the collapsible element on invocation | -
| parent | +selector | +false | +If a selector is provided, then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this is dependent on the card class). The attribute has to be set on the target collapsible area. |
+
| toggle | +boolean | +true | +Toggles the collapsible element on invocation | +
| Event Type | -Description | -
|---|---|
| Event Type | +Description | +
| show.bs.collapse | -This event fires immediately when the show instance method is called. |
-
| shown.bs.collapse | -This event is fired when a collapse element has been made visible to the user (will wait for CSS transitions to complete). | -
| hide.bs.collapse | -
- This event is fired immediately when the hide method has been called.
- |
-
| hidden.bs.collapse | -This event is fired when a collapse element has been hidden from the user (will wait for CSS transitions to complete). | -
| show.bs.collapse | +This event fires immediately when the show instance method is called. |
+
| shown.bs.collapse | +This event is fired when a collapse element has been made visible to the user (will wait for CSS transitions to complete). | +
| hide.bs.collapse | +This event is fired immediately when the hide method has been called. |
+
| hidden.bs.collapse | +This event is fired when a collapse element has been hidden from the user (will wait for CSS transitions to complete). | +