Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website http://www.electricprism.com/aeron/slideshow/ no W3C compliant #21

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link


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

@GoogleCodeExporter
Copy link
Author

Thanks - was code I copy-pasted from AddThis - I should pass the issue on to 
them ;)

Original comment by aeron.gl...@gmail.com on 4 Jul 2008 at 1:48

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant