- From: <bugzilla@jessica.w3.org>
- Date: Wed, 01 Jun 2011 21:39:35 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10720
Rob S. <RobS.w3c6@MailScreen.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |RobS.w3c6@MailScreen.com
--- Comment #10 from Rob S. <RobS.w3c6@MailScreen.com> 2011-06-01 21:39:33 UTC ---
Google just released the code for their "+1" button
(http://www.Google.com/webmasters/%2b1/button/) and after testing it
(http://www.ExampleOnly.com/plusone/test.html), the W3C Markup Validation
Service now reports errors where without the "+1 Button" code it was only
reporting a warning.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ExampleOnly.com%2Fplusone%2Ftest.html&ss=1
The code uses a Google-specific namespace and "g:" prefix:
<g:plusone size="tall"></g:plusone>
The "workaround", to use "document.write" does not work consistently across
browsers (http://www.ExampleOnly.com/plusone/test2.html). And IMO, since it
puts an "invalid" element in the DOM, should not be considered truly valid,
even though it fools the validation service.
I haven't been able to figure out how you notify Google about fixing that,
however.
Thanks.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 1 June 2011 21:39:37 UTC