aboutsummaryrefslogtreecommitdiff
path: root/docs/components/utilities.md
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-02-17 10:22:48 +0000
committerPatrick H. Lauke <[email protected]>2016-02-17 10:53:50 +0000
commit40aee9325da27b479e2a907345edccde55fd05ec (patch)
tree29c8298b58955f24b9485b93b114024ffe9939fe /docs/components/utilities.md
parentbfe3c590dfbbfe97bb25f2a9405c59d380309d58 (diff)
downloadbootstrap-40aee9325da27b479e2a907345edccde55fd05ec.tar.xz
bootstrap-40aee9325da27b479e2a907345edccde55fd05ec.zip
- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
Diffstat (limited to 'docs/components/utilities.md')
-rw-r--r--docs/components/utilities.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index b67221119..7add31309 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -160,11 +160,8 @@ Similar to the contextual text color classes, easily set the background of an el
Sometimes contextual classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element's content in a `<div>` with the class.
{% endcallout %}
-{% callout warning %}
-#### Conveying meaning to assistive technologies
-
-Ensure that any meaning conveyed through color is also conveyed in a format that is not purely presentational.
-{% endcallout %}
+{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
+{{ callout-include | markdownify }}
## Close icon