Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storefront): BCTHEME-1775 ADA Compliance - Errors are not identified to screen reader users within the Refine By accordions #2424

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pre-Orded text in Polish looks cropped in the button on Product page [2414](https://github.com/bigcommerce/cornerstone/pull/2414)
- Use triple sash on customer's company name to prevent escaping ampersands [#2399](https://github.com/bigcommerce/cornerstone/pull/2399)
- Adding aria attributes to cart page coupon code and gift cert buttons [#2391](https://github.com/bigcommerce/cornerstone/pull/2391)
- ADA Compliance - Errors are not identified to screen reader users within the Refine By accordions [#2424](https://github.com/bigcommerce/cornerstone/pull/2424)

## 6.12.0 (07-06-2023)
- sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373)
Expand Down
1 change: 0 additions & 1 deletion assets/scss/components/citadel/forms/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
}

.form-prefixPostfix-button--postfix {
bc-yevhenii-buliuk marked this conversation as resolved.
Show resolved Hide resolved

@include breakpoint("large") {
margin: 1em 0 spacing("half");
}
Expand Down
2 changes: 1 addition & 1 deletion templates/components/faceted-search/range-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
</div>
</div>

<div class="form-inlineMessage"></div>
<div class="form-inlineMessage" aria-live="polite" role="alert"></div>
</fieldset>
</form>
Loading