Jump to content

[Added]2.2.0 Not W3C compliant?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
marting

marting

    Newbie

  • Members
  • Pip
  • 3 posts
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>";

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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.