Bug 868

Summary: Not all <img> tags have the required ALT attribute
Product: Chameleon Reporter: Bart van den Eijnden <bartvde@osgis.nl>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: NEW    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description From 2004-11-24 08:42:05
To get valid HTML out of Chameleon, this is a requirement.
------- Comment #1 From 2004-12-08 20:12:48 -------
how important is 'valid html'?  Is there a browser that this causes problems
with? 

I have no problem with fixing this (in general) but I am not keen on
undertaking
this unless there is a pressing need for it.  Otherwise it will happen slowly
over time I guess.  But if you want to do it ... :) ... fill your boots ...

I just did a quick search, there are 68 occurances of <img in chameleon/htdocs
(including php_utils/src), not all of which would require changing ... so it is
not a monumental task.

Note that Button.php does add an alt tag so it would only be widgets that use
images directly that would be a concern (mainly in popups I guess).
------- Comment #2 From 2005-01-11 07:45:03 -------
Bart, if this is important to you, I would suggest that you start adding the alt
tags as you run across them missing.  I'll do the same.  We'll do a review in a
couple of months and see if we've got them all.
------- Comment #3 From 2005-01-11 07:58:31 -------
Okay, good idea, will do so.