2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

- Conveying color meaning to AT as markdown include

- Add/replace callout for color and AT with include
This commit is contained in:
Patrick H. Lauke
2016-02-17 10:22:48 +00:00
parent bfe3c590df
commit 40aee9325d
8 changed files with 24 additions and 10 deletions
+2 -5
View File
@@ -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