<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>18950</bug_id>
          
          <creation_ts>2012-09-21 13:43:30 +0000</creation_ts>
          <short_desc>consider to make &lt;meta&gt; accepting &lt;meta&gt; children</short_desc>
          <delta_ts>2013-04-05 14:11:02 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML Microdata (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Giorgio">giorgio.liscio</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robin</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>74217</commentid>
    <comment_count>0</comment_count>
    <who name="Giorgio">giorgio.liscio</who>
    <bug_when>2012-09-21 13:43:30 +0000</bug_when>
    <thetext>hi,

consider this snippet:

&lt;div itemprop=&quot;primaryImageOfPage&quot; itemscope itemtype=&quot;http://schema.org/ImageObject&quot;&gt;
	&lt;meta itemprop=&quot;representativeOfPage&quot; content=&quot;true&quot;&gt;
	&lt;meta itemprop=&quot;contentUrl&quot; content=&quot;/...gif&quot;&gt;
	&lt;div itemprop=&quot;thumbnail&quot; itemscope itemtype=&quot;http://schema.org/ImageObject&quot;&gt;
		&lt;meta itemprop=&quot;contentUrl&quot; content=&quot;/...gif&quot;&gt;
	&lt;/div&gt;
&lt;/div&gt;

now, this in &lt;head&gt; tag is not allowed, but nesting is required by microdata in this case, so what about:

&lt;meta itemprop=&quot;primaryImageOfPage&quot; itemscope itemtype=&quot;http://schema.org/ImageObject&quot;&gt;
	&lt;meta itemprop=&quot;representativeOfPage&quot; content=&quot;true&quot;&gt;
	&lt;meta itemprop=&quot;contentUrl&quot; content=&quot;/...gif&quot;&gt;
	&lt;meta itemprop=&quot;thumbnail&quot; itemscope itemtype=&quot;http://schema.org/ImageObject&quot;&gt;
		&lt;meta itemprop=&quot;contentUrl&quot; content=&quot;/...gif&quot;&gt;
	&lt;/meta&gt;
&lt;/meta&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85605</commentid>
    <comment_count>1</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-04-05 14:11:02 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Rationale: Irrespective of the value of the use case, I don&apos;t believe that there&apos;s a way in which we could change the parsing algorithm to make it possible for a void element to suddenly start accepting children, at least not without introducing really complex heuristics.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>