[twitter-dev] Tweet Button Not Valid XHTML

2010-11-19 Thread BG
Hello,

I hope this is the right place to post this but I have found an issue
when using the Tweet button on my website. I use the custom version.

When I run it through the W3C Validator I get these errors and I have
tried Doctype variations but they all don't validate.

there is no attribute data-url

there is no attribute data-count

there is no attribute data-text

there is no attribute data-via

I make my websites to validate for a number of reasons and they are
usually 100% valid but with the tweet button they won't validate
anymore. I'm surprised at this as I thought the developers would have
made sure the button validates before anything!

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Tweet Button Not Valid XHTML

2010-11-19 Thread Tom van der Woerdt
These attributes are HTML5 attributes, not XHTML attributes.

Tom


On 11/19/10 7:17 AM, BG wrote:
 Hello,
 
 I hope this is the right place to post this but I have found an issue
 when using the Tweet button on my website. I use the custom version.
 
 When I run it through the W3C Validator I get these errors and I have
 tried Doctype variations but they all don't validate.
 
 there is no attribute data-url
 
 there is no attribute data-count
 
 there is no attribute data-text
 
 there is no attribute data-via
 
 I make my websites to validate for a number of reasons and they are
 usually 100% valid but with the tweet button they won't validate
 anymore. I'm surprised at this as I thought the developers would have
 made sure the button validates before anything!
 

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk