From 466d36e54175ee00927d6518d9481acd2d210590 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 16:56:40 -0700 Subject: Redo all our callouts with the custom callout plugin - Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming --- docs/content/buttons.md | 54 +++++++++++++++------------ docs/content/forms.md | 93 ++++++++++++++++++++++------------------------ docs/content/images.md | 9 +++-- docs/content/tables.md | 22 ++++++----- docs/content/typography.md | 5 +-- 5 files changed, 94 insertions(+), 89 deletions(-) (limited to 'docs/content') diff --git a/docs/content/buttons.md b/docs/content/buttons.md index d3445e981..cf9d8dab6 100644 --- a/docs/content/buttons.md +++ b/docs/content/buttons.md @@ -29,10 +29,11 @@ Bootstrap includes six predefined button styles, each serving its own semantic p {% endexample %} -
-

Conveying meaning to assistive technologies

-

Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the .sr-only class.

-
+{% callout warning %} +#### Conveying meaning to assistive technologies + +Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the `.sr-only` class. +{% endcallout %} ## Button tags @@ -45,15 +46,17 @@ Use the button classes on an ``, `