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
Terms of service -> 'Expensify terms of service', 'Who Can Use the Expensify Service?', 'Individual Account Registration', 'Corporate Policies', 'Linked Financial Accounts', 'Bill Pay and Invoicing', 'Personal Payments', 'Third Party Payment Services', 'Fees and Payment', 'Term and Termination' and many more are visually looking as headings but programmatically they are not defined as headings.
Set password -> the visual 'Split bills and chat with friends' heading is not implemented as heading semantically.
Email verification -> the visual 'Split bills and chat with friends' heading is not implemented as heading semantically.
Create new group overlay -> the visual headings 'New Group', 'Recents' and 'Contacts' are not implemented as headings semantically.
Privacy policy -> the visual headings are not implemented as headings semantically.
Request money overlay -> the visual 'Request money' heading is not marked up semantically as a heading.
Settings overlay -> the visual 'Settings' heading is not implemented as a heading semantically.
Split bill overlay -> the visual 'Split Bill' heading is not marked up semantically as a heading.
Workaround:
No workaround
Area issue was found in:
Landing page, Terms of service page, Set password page, Email verification page, Create new group overlay, Privacy policy page, Request money overlay, Settings overlay, Split bill overlay
Failed WCAG checkpoints
1.3.1
User impact:
The screen reader user might not understand the structure of page.
Suggested resolution:
Use heading semantics to implement the visual headings, make sure to follow the hierarchy of headings (the main page heading should be implemented as <h1>, the section headings as <h2>, followed by sub-section headings implemented as <h3> and so on). See: https://www.w3.org/WAI/tutorials/page-structure/headings/
Platform:
Where is this issue occurring?
Web
Version Number:
**Reproducible in staging?:**Yes Reproducible in production?: Notes/Photos/Videos: Any additional supporting documentation Issue reported by:
Action Performed:
Prerequisites: the user is not logged in.
Expected Result:
Visually the 'Split bills and chat with friends' text looks like a heading, so it should be also announced as heading level 1.
Actual Result:
The 'Split bills and chat with friends' text is visually represented as a heading but programmatically it is not implemented as a heading.
HTML:
<div dir="auto" class="css-901oao" style="color: rgb(255, 255, 255); font-family: GTAmericaExp-Regular; font-size: 36px; font-weight: 700; line-height: 40px;">Split bills and chat with friends.</div>
Other occurrences:
Workaround:
No workaround
Area issue was found in:
Landing page, Terms of service page, Set password page, Email verification page, Create new group overlay, Privacy policy page, Request money overlay, Settings overlay, Split bill overlay
Failed WCAG checkpoints
1.3.1
User impact:
The screen reader user might not understand the structure of page.
Suggested resolution:
Use heading semantics to implement the visual headings, make sure to follow the hierarchy of headings (the main page heading should be implemented as
<h1>
, the section headings as<h2>
, followed by sub-section headings implemented as<h3>
and so on). See: https://www.w3.org/WAI/tutorials/page-structure/headings/Platform:
Where is this issue occurring?
Version Number:
**Reproducible in staging?:**Yes
Reproducible in production?:
Notes/Photos/Videos: Any additional supporting documentation
Issue reported by:
Bug5180527_info_and_relationship_-_heading_-_landing_page.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: