<?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>22107</bug_id>
          
          <creation_ts>2013-05-21 08:06:43 +0000</creation_ts>
          <short_desc>[Shadow]: &lt;content&gt; usage in a place where non-flow content is expected</short_desc>
          <delta_ts>2015-05-27 02:43:27 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Component Model</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>15480</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Yuta Kitamura">yutak</reporter>
          <assigned_to name="Dimitri Glazkov">dglazkov</assigned_to>
          <cc>annevk</cc>
    
    <cc>hayato</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>87961</commentid>
    <comment_count>0</comment_count>
    <who name="Yuta Kitamura">yutak</who>
    <bug_when>2013-05-21 08:06:43 +0000</bug_when>
    <thetext>Probably related to bug 15616.

In Section 10.4, &quot;Context&quot; of content element reads:
    &quot;Where flow content is expected.&quot;

However, &lt;content&gt; element should be able to appear in a place where non-flow
content is expected. Actually, an example in Section 11 illustrates such cases:

    &lt;div class=&quot;breaking&quot;&gt;
        &lt;ul&gt;
            &lt;!-- The content model of &lt;ul&gt; is &quot;zero or more li elements&quot;,
                 which is NOT flow content. Therefore, the &lt;content&gt; below
                 is non-conformant. --&gt;
            &lt;content select=&quot;.breaking&quot;&gt;&lt;/content&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

&lt;table&gt; and &lt;tr&gt; have special content model like &lt;ul&gt;, so if &lt;content&gt; appears
directly under these elements, they become non-conformant (which should be
unexpected).

The definition of &lt;shadow&gt; element (in Section 10.5) has the exact same issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119840</commentid>
    <comment_count>1</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2015-04-23 18:54:48 +0000</bug_when>
    <thetext>Doesn&apos;t need to block v1, nice-to-have.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120489</commentid>
    <comment_count>2</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2015-05-27 02:43:27 +0000</bug_when>
    <thetext>Moved to https://github.com/w3c/webcomponents/issues/95</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>