You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similiar issue repro on PRs #9400 for "Close Account", "Closing your account cannot be undone.", "Default contact method: "
Similiar issue repro on PRs #9348 for "Payment"
Similiar issue repro on PRs #9347 for "Manage Members"
Similiar issue repro on PRs #9472 for "Split"
Workaround:
Yes
Area issue was found in:
Send Money
Failed WCAG checkpoints
1.3.1
User impact:
The screen reader users will find it difficult to understand the page structure.
Suggested resolution:
Mark up the mentioned text using appropriate HTML headings. In addition, use heading levels as per specification such as <h1> should be followed by <h2>, <h3> and so on.
**Version Number:v1.1.76-5
**Reproducible in staging?:Yes
**Reproducible in production?:Yes
**Issue reported by:Sumit
no.heading.for.sendmoney.text.mp4
The text was updated successfully, but these errors were encountered:
SumitDiyora
changed the title
[High]: Chrome+Jaws: Screen reader: Heading level is not provided
[Med]: Chrome+Jaws: Screen reader: Heading level is not provided
Jun 15, 2022
Action Performed:
Expected Result:
The "Send Money" should be announced as heading with a heading level
Actual Result:
When we navigate to "Send Money" with Screen Reader, it announces Send Money as plain text.
HTML code:
<div class="css-1dbjc4n" style="max-width: 100%;"><div dir="auto" class="css-901oao css-cens5h" style="-webkit-line-clamp: 2; color: rgb(11, 27, 52); font-family: GTAmericaExp-Regular; font-size: 17px; font-weight: 700; text-align: left;">Send money</div></div>
Other occurrences:
Workaround:
Yes
Area issue was found in:
Send Money
Failed WCAG checkpoints
1.3.1
User impact:
The screen reader users will find it difficult to understand the page structure.
Suggested resolution:
Mark up the mentioned text using appropriate HTML headings. In addition, use heading levels as per specification such as
<h1>
should be followed by<h2>
,<h3>
and so on.HTML code:
<div class="css-1dbjc4n" style="max-width: 100%;"><h1 dir="auto" class="css-901oao css-cens5h" style="-webkit-line-clamp: 2; color: rgb(11, 27, 52); font-family: GTAmericaExp-Regular; font-size: 17px; font-weight: 700; text-align: left;">Send money</h1></div>
Refer:
https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html
Platform:
**Version Number:v1.1.76-5
**Reproducible in staging?:Yes
**Reproducible in production?:Yes
**Issue reported by:Sumit
no.heading.for.sendmoney.text.mp4
The text was updated successfully, but these errors were encountered: