diff --git a/CHANGELOG.md b/CHANGELOG.md index c538247..851e9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Add `role="region"` to stack layout div with aria-label to comply with WCAG 2.2 Level A (4.1.2) and ARIA 1.2 specification ## [0.1.3] - 2025-08-11 + ### Fixed diff --git a/react/index.tsx b/react/index.tsx index 0ab07e0..362d661 100644 --- a/react/index.tsx +++ b/react/index.tsx @@ -16,7 +16,7 @@ const StackLayout: StorefrontFunctionComponent = ({ const handles = useCssHandles(CSS_HANDLES) const intl = useIntl() return ( -
{React.Children.toArray(children).map((child, idx) => {