diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/navs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navs.md b/docs/4.0/components/navs.md index 9fa9d689c..5c750d8a0 100644 --- a/docs/4.0/components/navs.md +++ b/docs/4.0/components/navs.md @@ -347,7 +347,7 @@ Note that dynamic tabbed interfaces should <em>not</em> contain dropdown menus, </div> {% endhighlight %} -To help fit your needs, this works with `<ul>`-based markup, as shown above, or with any arbitrary "roll your own" markup. Note that if you're using `<nav>`, you shouldn't add `role="tablist"` directly to it, as this would override the element's native role as a navigation landmark. Instead, switch to an alternative element (in the exammple below, a simple `<div>`) and wrap the `<nav>` around it. +To help fit your needs, this works with `<ul>`-based markup, as shown above, or with any arbitrary "roll your own" markup. Note that if you're using `<nav>`, you shouldn't add `role="tablist"` directly to it, as this would override the element's native role as a navigation landmark. Instead, switch to an alternative element (in the example below, a simple `<div>`) and wrap the `<nav>` around it. <div class="bd-example bd-example-tabs"> <nav> |
