]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Strengthen and expand note about dynamic tabs with dropdown menus (#35588)
authorPatrick H. Lauke <redux@splintered.co.uk>
Thu, 23 Dec 2021 07:15:36 +0000 (07:15 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 4 Jan 2022 07:50:53 +0000 (09:50 +0200)
following on from https://github.com/twbs/bootstrap/pull/35213 this

- expands the note, making it clear it's not supported
- makes it a callout

site/content/docs/4.6/components/navs.md

index 7d175234688d417a6aabad6230a4ba826428ff78..c2908ad7cae9f6dbfd0b467ed4a93e6e9067cf5b 100644 (file)
@@ -309,7 +309,9 @@ If you're building our JavaScript from source, it [requires `util.js`]({{< docsr
 
 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), require `role="tablist"`, `role="tab"`, `role="tabpanel"`, and additional `aria-` attributes in order to convey their structure, functionality and current state to users of assistive technologies (such as screen readers).
 
-Note that dynamic tabbed interfaces should <em>not</em> contain dropdown menus, as this causes both usability and accessibility issues. From a usability perspective, the fact that the currently displayed tab's trigger element is not immediately visible (as it's inside the closed dropdown menu) can cause confusion. From an accessibility point of view, there is currently no sensible way to map this sort of construct to a standard WAI ARIA pattern, meaning that it cannot be easily made understandable to users of assistive technologies.
+{{< callout danger >}}
+Note that the tab JavaScript plugin **does not** support tabbed interfaces that contain dropdown menus, as these cause both usability and accessibility issues. From a usability perspective, the fact that the currently displayed tab's trigger element is not immediately visible (as it's inside the closed dropdown menu) can cause confusion. From an accessibility point of view, there is currently no sensible way to map this sort of construct to a standard WAI ARIA pattern, meaning that it cannot be easily made understandable to users of assistive technologies.
+{{< /callout >}}
 
 <div class="bd-example bd-example-tabs">
   <ul class="nav nav-tabs" id="myTab" role="tablist">