2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove some docs callouts

This commit is contained in:
Mark Otto
2017-01-03 19:23:30 -08:00
parent 1ed9f5db29
commit 8b5c5408bb
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -16,10 +16,6 @@ Bootstrap follows common web standards and—with minimal extra effort—can be
Some common HTML elements are always in need for basic accessibility enhancements through `role`s and Aria attributes. Below is a list of some of the most frequently used ones.
{% callout info %}
**Heads up!** As we go through the alphas, we'll be moving more accessibility notes here with links to specific sections from other areas of the docs.
{% endcallout %}
### Button groups
In order for assistive technologiessuch as screen readersto convey that a series of buttons is grouped, an appropriate `role` attribute needs to be provided. For button groups, this would be `role="group"`, while toolbars should have a `role="toolbar"`.