Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344730 - Fix HTML errors
Summary: Fix HTML errors
Status: RESOLVED FIXED
Alias: None
Product: MAT
Classification: Tools
Component: GUI (show other bugs)
Version: 1.1   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Andreas Buchen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 269608
  Show dependency tree
 
Reported: 2011-05-04 12:58 EDT by Andrew Johnson CLA
Modified: 2012-11-20 10:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.