Community
Participate
Working Groups
As part of externalizing the UI, our HTML should be as clean as possible. Bug 269608 comment 34 shows that alternate text is needed for images. Adding alt="" fixes the HTML error and makes it easy to add alternate text later. id="$imageBase" has an illegal character $ There is a nested paragraph <p> for the trouble ticket system message.
The nested <p> is because TextResult wraps the result in <p> </p> tags. This means that when starting a paragraph then the old one should be closed, or don't bother closing the paragraphs.
The <area> tags from ChartBuilder shouldn't have closing tags for HTML.
With the fixes I now don't see any HTML errors.