aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-22 15:13:32 +0300
committerGitHub <[email protected]>2017-10-22 15:13:32 +0300
commit060258f9bef49999ada28189181638f0435c502a (patch)
tree5946871e4a8a00b85c53ac382fa05dd115b491fa /docs
parent2ef5b901364b9024ef62286be59bcd67a3ec7d89 (diff)
downloadbootstrap-060258f9bef49999ada28189181638f0435c502a.tar.xz
bootstrap-060258f9bef49999ada28189181638f0435c502a.zip
Fix broken URI fragment and a redirected link. (#24456)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/navs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navs.md b/docs/4.0/components/navs.md
index 20e822353..36e87b279 100644
--- a/docs/4.0/components/navs.md
+++ b/docs/4.0/components/navs.md
@@ -235,7 +235,7 @@ If you need responsive nav variations, consider using a series of [flexbox utili
If you're using navs to provide a navigation bar, be sure to add a `role="navigation"` to the most logical parent container of the `<ul>`, or wrap a `<nav>` element around the whole navigation. Do not add the role to the `<ul>` itself, as this would prevent it from being announced as an actual list by assistive technologies.
-Note that navigation bars, even if visually styled as tabs with the `.nav-tabs` class, should **not** be given `role="tablist"`, `role="tab"` or `role="tabpanel"` attributes. These are only appropriate for dynamic tabbed interfaces, as described in the [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices](https://www.w3.org/TR/wai-aria-practices/#tabpanel). See [JavaScript behavior for dynamic tabbed interfaces](#javascript-behavior-for-dynamic-tabbed-interfaces) in this section for an example.
+Note that navigation bars, even if visually styled as tabs with the `.nav-tabs` class, should **not** be given `role="tablist"`, `role="tab"` or `role="tabpanel"` attributes. These are only appropriate for dynamic tabbed interfaces, as described in the [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr> Authoring Practices](https://www.w3.org/TR/wai-aria-practices/#tabpanel). See [JavaScript behavior](#javascript-behavior) for dynamic tabbed interfaces in this section for an example.
## Using dropdowns