From d5616fe0ce2c4333927eecdc2dbe75ab078ef021 Mon Sep 17 00:00:00 2001 From: patrickhlauke Date: Wed, 19 Jun 2019 14:16:33 +0100 Subject: [PATCH] Add missing aria-orientation to list group tablists For correct keyboard handling (cursor up/down) when interacting with these --- site/content/docs/4.3/components/list-group.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/4.3/components/list-group.md b/site/content/docs/4.3/components/list-group.md index dc0c81222..f0abe9e12 100644 --- a/site/content/docs/4.3/components/list-group.md +++ b/site/content/docs/4.3/components/list-group.md @@ -205,7 +205,7 @@ Use the tab JavaScript plugin—include it individually or through the compiled
-
+
Home Profile Messages @@ -234,7 +234,7 @@ Use the tab JavaScript plugin—include it individually or through the compiled {{< highlight html >}}
-
+
Home Profile Messages @@ -259,7 +259,7 @@ You can activate a list group navigation without writing any JavaScript by simpl
{{< highlight html >}} -
+
Home Profile Messages @@ -316,7 +316,7 @@ To make tabs panel fade in, add `.fade` to each `.tab-pane`. The first tab pane Activates a list item element and content container. Tab should have either a `data-target` or an `href` targeting a container node in the DOM. {{< highlight html >}} -