I'm getting the following errors from the W3C validator:
Error: Attribute about not allowed on element article at this point.
Warning: RDFa Core attribute about is not allowed in HTML5 + RDFa 1.1 Lite documents. Consider checking against the HTML5 + RDFa 1.1 schema instead.
Comments
Comment #1
Jeff Burnz commentedAT does not add RDFa to anything - Drupal core does this.
Comment #2
Jeff Burnz commentedHa, actually I am lying, AT in the latest DEV does add rich snippets to breadcrumbs, but this is not the error shown and its optional.
Comment #3
peacog commentedAh, I get it now. Using the HTML5 validator at http://validator.w3.org/nu (rather than the generic validator at http://validator.w3.org) I was able to change the RDFa schema used to RDFa 1,1, and my site passes validation now. Thanks!