From bf056d45be0d204390701275055cc981dcc35377 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Aug 2016 17:18:38 -0700 Subject: [PATCH] Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to hiding of entire ToC --- docs/components/progress.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/progress.md b/docs/components/progress.md index 57028c9724..5e0abc5fe6 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -11,7 +11,7 @@ Stylize [the HTML5 `` 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 `
` with your caption text, [align the text using a utility class]({{ site.baseurl }}/components/utilities/#text-alignment), and associate the caption with the `` element using the `aria-describedby` attribute. @@ -33,7 +33,7 @@ To caption a progress bar, simply add a `
` with your caption text, [align t {% endexample %} -### IE9 support +## IE9 support Internet Explorer 9 doesn't support the HTML5 `` element, but we can work around that. @@ -46,7 +46,7 @@ Internet Explorer 9 doesn't support the HTML5 `` element, but we can w {% endexample %} -### Contextual alternatives +## Contextual alternatives Progress bars use some of the same button and alert classes for consistent styles.