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 @@