-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 7.14.2
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
The form field does not have an explicit or implicit <label> relationship, nor a title, aria-labelledby, or aria-label attribute.
On login page, incorrect off-screen label such as 'If you are unable to use this CAPTCHA please...' is provided to the captcha input field.
Steps to reproduce
- Navigate to the confluence login page.
- Navigate to the 'Captcha' input field.
Actual Results
- The text 'If you are unable to use this CAPTCHA please contact your administrator for assistance.' is provided as <label> to the captcha input field incorrectly.
- The text is not available on page i.e it is off-screen.
- The error message 'Please enter the word in the CAPTCHA image' is not associated with the input field.
Expected Results
- The text 'If you are unable to use this CAPTCHA please contact your administrator for assistance' should be visible on the page since it important Information & contains a contact link. And it should be marked inside <span> or similar element.
- A clear & descriptive label such as 'Enter the captcha' should be provided on the page & it should be associated with the input field programmatically.
- The error message 'Please enter the word in the CAPTCHA image' is should be associated with the input field via aria-describedby attribute.
Screenshots
Issue 733693: https://axeauditor.dequecloud.com/api/v1/file/c7ed0cf8-543a-11ec-b868-57e203fc1c4d
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...