- From: <bugzilla@jessica.w3.org>
- Date: Fri, 21 Sep 2012 13:43:30 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18950 Summary: consider to make <meta> accepting more <meta> children Product: HTML WG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: HTML5 spec AssignedTo: erika.doyle@microsoft.com ReportedBy: giorgio.liscio@email.it QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org hi, consider this snippet: <div itemprop="primaryImageOfPage" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="representativeOfPage" content="true"> <meta itemprop="contentUrl" content="/...gif"> <div itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="contentUrl" content="/...gif"> </div> </div> now, this in <head> tag is not allowed, but nesting is required by microdata in this case, so what about: <meta itemprop="primaryImageOfPage" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="representativeOfPage" content="true"> <meta itemprop="contentUrl" content="/...gif"> <meta itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="contentUrl" content="/...gif"> </meta> </meta> -- 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 Friday, 21 September 2012 13:43:31 UTC