From f171d3e9f7a6397d96f0407a535f070edc425900 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 23 Dec 2021 07:15:36 +0000 Subject: Strengthen and expand note about dynamic tabs with dropdown menus (#35588) 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/5.1/components/navs-tabs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/content/docs/5.1/components/navs-tabs.md b/site/content/docs/5.1/components/navs-tabs.md index 68e744b1a2..11bb28029d 100644 --- a/site/content/docs/5.1/components/navs-tabs.md +++ b/site/content/docs/5.1/components/navs-tabs.md @@ -316,7 +316,9 @@ Use the tab JavaScript plugin—include it individually or through the compiled Dynamic tabbed interfaces, as described in the [WAI ARIA 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). As a best practice, we recommend using `