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 --- js/tests/visual/tab.html | 60 ++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 32 deletions(-) (limited to 'js/tests/visual/tab.html') diff --git a/js/tests/visual/tab.html b/js/tests/visual/tab.html index cc7fa6821..323b65c29 100644 --- a/js/tests/visual/tab.html +++ b/js/tests/visual/tab.html @@ -18,18 +18,17 @@

Tabs without fade

@@ -55,18 +54,17 @@

Tabs with fade

@@ -92,18 +90,17 @@

Tabs without fade (no initially active pane)

@@ -129,18 +126,17 @@

Tabs with fade (no initially active pane)

-- cgit v1.2.3 From c48d89cb70566c2378a563609789e7aa0b36d917 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 31 Mar 2020 22:41:28 +0200 Subject: Use unordered lists in dropdown-menus --- js/tests/visual/tab.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/tests/visual/tab.html') diff --git a/js/tests/visual/tab.html b/js/tests/visual/tab.html index 323b65c29..e5bc0448b 100644 --- a/js/tests/visual/tab.html +++ b/js/tests/visual/tab.html @@ -165,10 +165,10 @@ Profile Disabled -- cgit v1.2.3