Bug 868 - Not all <img> tags have the required ALT attribute
: Not all <img> tags have the required ALT attribute
Status: NEW
: Chameleon
Core
: 1.99
: PC Windows XP
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-24 08:42 by
Modified: 2005-01-11 07:58 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


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.