Skip to content

Commit 4077248

Browse files
fix(storefront): BCTHEME-169 Subscription notification not announced (#1813)
1 parent e6f8e46 commit 4077248

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
- Delete item button in cart cut off from right side when in focus. [#1823](https://github.com/bigcommerce/cornerstone/pull/1823)
4-
53
## Draft
64
- Face accessibility standards with social links on PDP's page. [#1809](https://github.com/bigcommerce/cornerstone/pull/1809)
75
- State of search link not announced. [#1798](https://github.com/bigcommerce/cornerstone/pull/1798)
6+
- Fixed subscription notification screen reader announcing. [#1813](https://github.com/bigcommerce/cornerstone/pull/1813)
7+
- Delete item button in cart cut off from right side when in focus. [#1823](https://github.com/bigcommerce/cornerstone/pull/1823)
88

99
## 4.10.0 (10-01-2020)
1010
- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848)

templates/pages/subscribed.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<section class="page">
44
<div class="page-content page-content--centered">
5-
<h1 class="page-heading">
5+
<h1 class="page-heading" tabindex="0">
66
{{#if subscription.error}}
77
{{lang 'newsletter.subscribed_heading_error'}}
88
{{else}}

0 commit comments

Comments
 (0)