- From: <bugzilla@jessica.w3.org>
- Date: Mon, 12 Mar 2012 23:45:46 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16342 Summary: itemprop not allowed on XHTML Product: Validator Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HTML5 AssignedTo: mike+validator@w3.org ReportedBy: rroman4work@gmail.com QAContact: www-validator-cvs@w3.org I try to use XHTML5 with microdata and have error: "Attribute itemprop not allowed on XHTML element meta at this point." Happend on: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" itemscope="itemscope" itemtype="http://schema.org/Person"> <head> <meta name="author" itemprop="name" content="Some Name" /> <meta name="description" itemprop="description" content="Some Description" /> But specification "A vocabulary and associated APIs for HTML and XHTML"(http://www.w3.org/TR/html5/microdata.html#names:-the-itemprop-attribute) say: "Every HTML element may have an itemprop attribute specified ..." -- Configure bugmail: https://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 Monday, 12 March 2012 23:45:48 UTC