addywaddy / jquery.tagcloud.js

A Simple Tag Cloud Plugin for JQuery
http://addywaddy.github.com/jquery.tagcloud.js/
MIT License
227 stars 74 forks source link

data/rel Attribute Fix for Validation #9

Open appastair opened 11 years ago

appastair commented 11 years ago

6 W3C (x)HTML Validator issues

Fix by @chriweis

addywaddy commented 11 years ago

Hi Alastair,

I'm aware of the Validator issues. If I remember correctly, date attributes are invalid for XHTML Transitional.

If you can send me a pull request, where the options can receive a weightingSelector (and 'rel' is still the default for the time being), you've got yourself a merge :)

Adam

appastair commented 11 years ago

That's a much better approach! I'll do it as soon as I can. :thumbsup:

godspeed1715 commented 10 years ago

I submitted a patch for review, and it should resolve this issue. Hopefully it gets merged.