From 02d1776069c606c1379bb5fe72e1875f21ad11ee Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 4 May 2017 17:07:52 +0100 Subject: [PATCH] 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 --- docs/components/navs.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 %}