From: Patrick H. Lauke Date: Thu, 24 Dec 2015 18:10:37 +0000 (+0000) Subject: Move collapsing navbar after the toggle X-Git-Tag: v4.0.0-alpha.3~438^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a06173a531b0500e21d55506a102eb1244c035d;p=thirdparty%2Fbootstrap.git Move collapsing navbar after the toggle It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it. --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 5576091d37..d18308d66f 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -240,16 +240,16 @@ Navbars can be statically placed (their default behavior), static without rounde Our collapse plugin allows you to use a ` +
+
+

Collapsed content

+ Toggleable via the navbar brand. +
+
{% endexample %}