-
Notifications
You must be signed in to change notification settings - Fork 212
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
[$30]Inconsistent landmarks across pages. #3234
Comments
Contest https://www.topcoder.com/challenges/30099914 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30099914 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30099914 has been updated - it has been assigned to rohitgupta_. |
@veshu can you please provide with the links where the landmarks are not present? |
@r0hit-gupta https://www.w3.org/TR/WCAG20-TECHS/ARIA11.html this is the guidelines for this. We need to separate the landmarks so user can outline the regions on challenge detail page. Note: This behavior should also be fixed on other pages (listing, login/register, submit page) |
PRs at appirio-tech/accounts-app#303 & #3255 |
Also note that this issue can be found on the other pages too. The landmarks are inconsistent." Status: Partially fixed on a few pages. Correctly fixed on the sample challenge page. @sushilshinde what pages does this issue cover? |
@tosha5252 Current scope pages are challenge listing, challenge detail and submit page, |
@r0hit-gupta Can we make this page consistent , since screen reader does not read NOT A MEMBER YET on login page but reads HAVE AN ACCOUNT on registration page. |
@drasticdpk PR at appirio-tech/accounts-app#311. This should fix it. |
Closing ticket due to shift in priority, will not be able to complete but will still pay for effort rendered. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30099914 |
Describe the bug
Inconsistent landmarks across pages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The content on the page should be placed inside the relevant landmark roles for screen reader users to skip to the content in the respective landmark he/she intends to read. The banner landmark should contain the header of the page. The main landmark should be wrapped around the main content of the page. The contentinfo should be used to contain the footer of the page. Navigation, search etc can be used additionally.
Actual behavior
There are no banner, main and contentinfo landmarks on the page.
non-active and active login button do not comply with WCAG. Make it the same color scheme as registration page buttons "
Additional context
Type: Landmarks
Page: https://www.topcoder.com/challenges/30095347
Status: Partially fixed on a few pages. Correctly fixed on the sample challenge page.
The text was updated successfully, but these errors were encountered: