How to make this part of HTML valid HTML5?
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_google_plusone" g:plusone:annotation="none"></a>
.
.
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300
/addthis_widget.js#pubid=ra-xxxxx"></script>
The result of the W3C-validator is this:
Warning Line xx, Column xx: Attribute g:plusone:annotation is not serializable as XML 1.0.
Error Line xx, Column xx: Attribute g:plusone:annotation not allowed on element a at this point.
<a class="addthis_button_google_plusone" g:plusone:annotation="none"></a>
Thanks,