Issue Summary
In the Help center the image logo for the Portal has missing alt text.
Steps to Reproduce
- Open the Raise a request portal.
- Inspect the code for the logo image that is set for the portal.
Actual Results
In the help portal for the logo image in the main content area, there is missing alt text to the informative logo image.
The "alt" attribute is a compulsory attribute for the image element (tag) as per W3C specification. In the absence of the attribute will result in HTML validator generating an error.
Unique and descriptive alternate text should be specified for informative images and functional image links using "alt" attribute of the <img> element.
Screenshot

Expected Results
Provide alternate text for all the informative images using "alt" attribute. Ensure that the alternate text is descriptive of the image purpose.
A best practice would be to give the user the privilege to compulsory add a Logo name such as eg. "Atlassian logo", when the user adds a logo from the portal setting.

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