Hi,
I just upgraded to 2.2.0 from 1.5, and noticed its (still?) not w3c compliant.
I changed a lot of the source of 1.5 to make it w3c, but version 2.2.0 still has a few simple things missing in it..
Maybe a idea for future versions to make it w3c compliant?
The only thing that seems to be wrong is the <img .. attribute.
This should be closed at the end, ie .. /> and al <img.. lack a 'alt=' attribute
other then that, great work!
//edit
Just found, its only 1 line that needs changing;
in components/com_ionfiles/ionfiles.php, line 264 reads:
print "<td width=\"16\" valign=\"top\" class=\"$class\"><img src=\"$dl_row->icon_url\" width=\"16\" height=\"16\" ></td>";
- and should read:
print "<td width=\"16\" valign=\"top\" class=\"$class\"><img src=\"$dl_row->icon_url\" width=\"16\" height=\"16\" alt=\"Icon\" /></td>";
[Added]2.2.0 Not W3C compliant?
Started by marting, Aug 14 2007 03:58 AM
1 reply to this topic
#1
Posted 14 August 2007 - 03:58 AM
|
|
|
#2
Guest_Jordan_*
Posted 14 August 2007 - 04:43 AM
Guest_Jordan_*
Hey Marting, thank you for taking the time to figure out the w3c error. Anytime someone provides information like this is actually a great help to us. This change will be made in the next version (3.0) which has a lot of new features.


Sign In
Create Account

Back to top









