From: Patrick H. Lauke Date: Thu, 4 May 2017 16:07:52 +0000 (+0100) Subject: Styling and accessibility clarification for navs documentation X-Git-Tag: v4.0.0-beta~166^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d1776069c606c1379bb5fe72e1875f21ad11ee;p=thirdparty%2Fbootstrap.git Styling and accessibility clarification for navs documentation * Split out/expand mention that base navs lack active styles * Add accessibility notes for navigation bars vs dynamic tabbed interfaces --- diff --git a/docs/components/navs.md b/docs/components/navs.md index e929062291..5c3f2cf9da 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -14,7 +14,11 @@ Navigation available in Bootstrap share general markup and styles, from the base ## Base nav -The base `.nav` component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling. No active states are included in the base nav. +The base `.nav` component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling. + +{% callout info %} +The base `.nav` component does not include any `.active` state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling. +{% endcallout %} {% example html %}