Info: Missing textual description for informative image

XMLWordPrintable

    Issue Summary

    The textual description is not provided for “info” image.

    Steps to Reproduce

    1. Edit the page, add and "Info" macro and update the page.
    2. Notice that there is no textual description specified for the image.

    Actual Result

    The textual description is not provided for the “Info”  informative image  As a result, screen reader users will not understand the purpose of the image.

    Note: This issue is also applicable for "Note", "Tip" & "Warning" macros.

    Expected Result

    Implement the image using <img> element and provide descriptive alternate text using the "alt" attribute (e.g., alt="Info") in its source code. If it is not possible, then use the "aria-label" attribute (e.g., aria-label="Info") & role="img" on <span> element.

    Note: Please consult with content team for accurate textual description.

    Screenshot

    Code snippet

    <span role="img" aria-label="Info" class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> 

    Workaround

    Currently there is no known workaround for this behavior. A workaround will be added here when available

          Assignee:
          Unassigned
          Reporter:
          Sameer Shaikh (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated: