Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-81041

Comment Box: Textarea coded inappropriately

XMLWordPrintable

      Issue Summary

      The <textarea> element coded inappropriately.

      Steps to Reproduce

      1. Navigate to the “Comment“ textarea.
      2. Inspect the code of the comment textarea.
      3. 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

              5e496a614b63 Diclehan Erdal
              c3f9a46dc7c4 Varsha Bansode
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: