Tagged Questions
1
vote
2answers
169 views
Invalid Google markup rel=publisher
Why is Google publisher HTML tag invalid according to W3C specification? Is there any way to correct this example:
<a href="http://plus.google.com/109469573972649651137?prsrc=3" rel="publisher" ...
2
votes
1answer
114 views
Google Optimizer code, validation and cdata
I ran my site through the W3C validator, and a bunch of errors were caused by the Google Website Optimizer javascript.
It seems weird that would happen. If I put CDATA around it, the error go away. I ...