It's just a html error in the website which prevents W3C validation.
What steps will reproduce the problem?
1. open
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.electricprism.com%2Faeron%2Fs
lideshow%2Findex.html&charset=(detect+automatically)&doctype=Inline&group=0
(that would be the w3c validator results for
http://www.electricprism.com/aeron/slideshow/index.html)
...or use this Firefox extension while viewing the above mentioned website
http://users.skynet.be/mgueury/mozilla
What is the expected output? What do you see instead?
I'd expect a W3C 100% compliant page, but that does not validate correctly
because of a border="0" attribute in a <img> on line 258, which is the
"addthis" button code.
This could be easily fixed via CSS instead of HTML whith something like
a img {
border: 0;
}
I thought this would be of somewhat interest because for webdesigners is
important to be reassured about the neat coding of your great app, and if
they'd check that would cause a false alarm, but still annoying.
Anyway, if that behaviour was intentional, sorry for bothering you :)
best regards and keep on the good work guys,
you're really doing a wonderful tool.
Roberto Chiaveri
_
roberto.chiaveri@gmail.com
Original issue reported on code.google.com by roberto....@gmail.com on 3 Jul 2008 at 11:03
Original issue reported on code.google.com by
roberto....@gmail.com
on 3 Jul 2008 at 11:03