Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Jan 12, 2021
Jul 06, 2021
CMS UI
Closed, Fixed and tested
There are some accessibility issues with the login page (Util/login.aspx) according to WCAG 2.1.
For example: an English site should use <html lang="en">.
Reference: https://www.w3.org/WAI/WCAG21/Understanding/language-of-page.html
For example: the label for UserName refers to an element ID that does not exist on the page. The input ID is LoginControl_UserName.
<li> <label for="UserName">Name</label> <input name="LoginControl$UserName" type="text" id="LoginControl_UserName" /> <span id="LoginControl_RequiredFieldValidator1" style="display:none;"> </span> </li>
Reference: https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html
For example: <h2 class="text--error"></h2>