From ea9fab1e66231559452563c956f2371426bfc4a7 Mon Sep 17 00:00:00 2001 From: Alex Saiannyi <67792608+bc-alexsaiannyi@users.noreply.github.com> Date: Wed, 26 Aug 2020 15:58:38 +0300 Subject: [PATCH] BCTHEME-160: add valid ARIA role for Related Products tab (#1782) Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com> --- CHANGELOG.md | 1 + templates/components/products/tabs.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b910060ceb..bb0ef6e416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Added a valid ARIA role for li elemenents on "Related Products" tab [#1782](https://github.com/bigcommerce/cornerstone/pull/1782) - Fixed IDs used in ARIA and labels which are not unique. [#1791](https://github.com/bigcommerce/cornerstone/pull/1791) - Button inputs with the same name attribute should be part of a group. [#1792](https://github.com/bigcommerce/cornerstone/pull/1792) - Fixed Shop by price insufficient link text. [#1786](https://github.com/bigcommerce/cornerstone/pull/1786) diff --git a/templates/components/products/tabs.html b/templates/components/products/tabs.html index cb98843bb1..c85f0996a3 100644 --- a/templates/components/products/tabs.html +++ b/templates/components/products/tabs.html @@ -1,11 +1,11 @@