-
Bug
-
Resolution: Fixed
-
Highest
-
7.20.1
-
Severity 3 - Minor
-
Issue Summary
The <textarea> element coded inappropriately.
Steps to Reproduce
- Navigate to the “Comment“ textarea.
- Inspect the code of the comment textarea.
- Verify that comment section is not accessible with screen reader.
Screenshot
Actual Results
The <textarea> element is coded outside the <iframe> element inappropriately additionally aria-hidden=”true” attribute defined. As a result, users with visual impairments who use a screen reader will not be able to understand the purpose of the form fields.
Expected Results
Apply the following changes:
- Code the <textarea> element inside the <iframe> element.
- Remove the aria-hidden attribute from <textarea> element.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Failed to load
Comment Box: Textarea coded inappropriately
-
Bug
-
Resolution: Fixed
-
Highest
-
7.20.1
-
Severity 3 - Minor
-
Issue Summary
The <textarea> element coded inappropriately.
Steps to Reproduce
- Navigate to the “Comment“ textarea.
- Inspect the code of the comment textarea.
- Verify that comment section is not accessible with screen reader.
Screenshot
Actual Results
The <textarea> element is coded outside the <iframe> element inappropriately additionally aria-hidden=”true” attribute defined. As a result, users with visual impairments who use a screen reader will not be able to understand the purpose of the form fields.
Expected Results
Apply the following changes:
- Code the <textarea> element inside the <iframe> element.
- Remove the aria-hidden attribute from <textarea> element.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...