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,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
Comment #1
micropat commentedIn 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.