From 7ce29d75f38f2c81f57e8a6cf14c510655e2e316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20Lo=C3=AFc?= Date: Sat, 28 Mar 2020 08:51:24 +0100 Subject: v5 tabs - accessibility issue when using ul/li semantic Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc --- site/content/docs/4.3/components/navs.md | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'site/content') diff --git a/site/content/docs/4.3/components/navs.md b/site/content/docs/4.3/components/navs.md index adbb7749b..0c7f54981 100644 --- a/site/content/docs/4.3/components/navs.md +++ b/site/content/docs/4.3/components/navs.md @@ -313,13 +313,13 @@ Note that dynamic tabbed interfaces should not contain dropdown menus,
@@ -338,13 +338,13 @@ Note that dynamic tabbed interfaces should not contain dropdown menus, {{< highlight html >}} @@ -397,13 +397,13 @@ The tabs plugin also works with pills.
@@ -422,13 +422,13 @@ The tabs plugin also works with pills. {{< highlight html >}} @@ -498,16 +498,16 @@ You can activate a tab or pill navigation without writing any JavaScript by simp {{< highlight html >}} @@ -572,16 +572,16 @@ Activates a tab element and content container. Tab should have either a `data-ta {{< highlight html >}} -- cgit v1.2.3 From c0efceb6d586cff4256478fb1e242c6075248f72 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 28 Mar 2020 11:41:03 +0200 Subject: docs: remove duplicate code for indeterminate (#30471) --- site/content/docs/4.3/forms/checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content') diff --git a/site/content/docs/4.3/forms/checks.md b/site/content/docs/4.3/forms/checks.md index 6b90fb9bf..e189d1bb9 100644 --- a/site/content/docs/4.3/forms/checks.md +++ b/site/content/docs/4.3/forms/checks.md @@ -35,7 +35,7 @@ Our checks use custom Bootstrap icons to indicate checked or indeterminate state Checkboxes can utilize the `:indeterminate` pseudo class when manually set via JavaScript (there is no available HTML attribute for specifying it). -{{< example >}} +{{< example class="bd-example-indeterminate">}}