From 7e6374db92ea11c9d9bb6dcfd693ca6b8ffd3276 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 14:50:35 +0300 Subject: Minor Markdown consistency changes. --- docs/4.0/components/breadcrumb.md | 1 + docs/4.0/components/button-group.md | 1 + docs/4.0/components/popovers.md | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/4.0/components') diff --git a/docs/4.0/components/breadcrumb.md b/docs/4.0/components/breadcrumb.md index 7a4b5f44e..09ad73127 100644 --- a/docs/4.0/components/breadcrumb.md +++ b/docs/4.0/components/breadcrumb.md @@ -4,6 +4,7 @@ title: Breadcrumb description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS. group: components --- + ## Overview Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md index 42c1cce1b..8fea3de90 100644 --- a/docs/4.0/components/button-group.md +++ b/docs/4.0/components/button-group.md @@ -25,6 +25,7 @@ In order for assistive technologies (such as screen readers) to convey that a se In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct role attribute. In the examples provided here, we use `aria-label`, but alternatives such as `aria-labelledby` can also be used. {% endcallout %} + ## Button toolbar Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more. diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index 47cc2d091..0dbca96ff 100644 --- a/docs/4.0/components/popovers.md +++ b/docs/4.0/components/popovers.md @@ -151,7 +151,6 @@ $('.popover-dismiss').popover({ {% endhighlight %} - ## Usage Enable popovers via JavaScript: @@ -306,7 +305,6 @@ Toggles an element's popover. **Returns to the caller before the popover has act Hides and destroys an element's popover. Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements. - {% highlight js %}$('#element').popover('dispose'){% endhighlight %} #### `.popover('enable')` -- cgit v1.2.3