Hi,

AddtoAny isn't XHTML + RDFa compliant (check it onto W3C for example), due to

tag added into body instead of head section. Moving javascript to html head with drupal_add_js() should fix this. Best regards,

Comments

micropat’s picture

Title: W3C support » W3C XHTML + RDFa compliancy?
Status: Active » Closed (cannot reproduce)

In my tests, the Drupal source with this module passes W3C XHTML + RDFa validation.

As far as I know, a script tag is perfectly valid in both the head & body sections. Please point to the W3C spec or a use-case if this is incorrect, or even partially incorrect. Thanks.