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

Rendering of blank Alt property within image tag

    XMLWordPrintable

Details

    • 2
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Issue Summary

      If a value is set for the alt property of an image that's embedded within a page, Confluence will display the alt property name and it's value within the rendered HTML code. However, if no value is set for the alt property, then Confluence will not display anything for the alt property, including it's title.

      Ideally, the alt property is outputted but with no value so that screen readers will not break when trying to process an embedded image.

      Steps to Reproduce

      For a given image embedded within a Confluence page:

      1. Edit the page.
      2. Select the image and click on Properties.
      3. Click on Title.
      4. Leave the Alt text field blank.
      5. Save the page.

      Desired Results

      If you right click on the page to view the rendered HTML and locate the image tag containing the image, there should be a reference to the alt property within the image tag like this:

      <img class="confluence-embedded-image" height="250" src="/conf/download/attachments/10059777/157%26MY_IMAGE.JPG?version=1&amp;modificationDate=1573766869993&amp;api=v2"  title="My Title" alt="">
      

      Actual Results

      If you right click on the page to view the rendered HTML and locate the image tag containing the image, you'll notice that there's no reference of the alt property within the image tag:

      <img class="confluence-embedded-image" height="250" src="/conf/download/attachments/10059777/157%26MY_IMAGE.JPG?version=1&amp;modificationDate=1573766869993&amp;api=v2"  title="My Title">
      

      Attachments

        Issue Links

          Activity

            People

              52f5862bfeac Viacheslav Bezborodov
              sshaw@atlassian.com Steve Shaw
              Votes:
              43 Vote for this issue
              Watchers:
              22 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: