Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344730

Summary: Fix HTML errors
Product: [Tools] MAT Reporter: Andrew Johnson <andrew_johnson>
Component: GUIAssignee: Andreas Buchen <andreas.buchen>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 1.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 269608    

Description Andrew Johnson CLA 2011-05-04 12:58:44 EDT
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.
Comment 1 Andrew Johnson CLA 2011-05-06 05:07:39 EDT
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.
Comment 2 Andrew Johnson CLA 2012-08-28 06:19:03 EDT
The <area> tags from ChartBuilder shouldn't have closing tags for HTML.
Comment 3 Andrew Johnson CLA 2012-11-20 10:19:33 EST
With the fixes I now don't see any HTML errors.