aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-08-21 17:29:10 -0700
committerGitHub <[email protected]>2016-08-21 17:29:10 -0700
commitdaedcca8de70176c1d8e1c3c825e97f86b474b38 (patch)
treea6732b683d321130008127d55a748a54a71862b0 /docs/components
parent9128c1adffd9ecc3b5614754956b4b02393a994e (diff)
parentbf056d45be0d204390701275055cc981dcc35377 (diff)
downloadbootstrap-daedcca8de70176c1d8e1c3c825e97f86b474b38.tar.xz
bootstrap-daedcca8de70176c1d8e1c3c825e97f86b474b38.zip
Merge pull request #20551 from twbs/progress-toc
Fixes #20495
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/progress.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/progress.md b/docs/components/progress.md
index 57028c972..5e0abc5fe 100644
--- a/docs/components/progress.md
+++ b/docs/components/progress.md
@@ -11,7 +11,7 @@ Stylize [the HTML5 `<progress>` element](https://developer.mozilla.org/en-US/doc
* Will be replaced with the ToC, excluding the "Contents" header
{:toc}
-### Example
+## Example
To caption a progress bar, simply add a `<div>` with your caption text, [align the text using a utility class]({{ site.baseurl }}/components/utilities/#text-alignment), and associate the caption with the `<progress>` element using the `aria-describedby` attribute.
@@ -33,7 +33,7 @@ To caption a progress bar, simply add a `<div>` with your caption text, [align t
<progress class="progress" value="100" max="100" aria-describedby="example-caption-5"></progress>
{% endexample %}
-### IE9 support
+## IE9 support
Internet Explorer 9 doesn't support the HTML5 `<progress>` element, but we can work around that.
@@ -46,7 +46,7 @@ Internet Explorer 9 doesn't support the HTML5 `<progress>` element, but we can w
</progress>
{% endexample %}
-### Contextual alternatives
+## Contextual alternatives
Progress bars use some of the same button and alert classes for consistent styles.