<?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>24853</bug_id>
          
          <creation_ts>2014-02-28 07:54:28 +0000</creation_ts>
          <short_desc>allow nested &lt;header&gt; tags</short_desc>
          <delta_ts>2016-04-27 00:59:57 +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>HTML5 spec</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>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>netmosfera</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>faulkner.steve</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>travil</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>101603</commentid>
    <comment_count>0</comment_count>
    <who name="">netmosfera</who>
    <bug_when>2014-02-28 07:54:28 +0000</bug_when>
    <thetext>http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element

states:

Flow content, but with no header, footer, or main element descendants.

this is pointless! so i can have an &lt;article&gt; inside &lt;header&gt; but it can&apos;t have an &lt;header&gt; ? what is the point of this limitation?

the content model of &lt;header&gt; and &lt;footer&gt; should be free, imho</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>101608</commentid>
    <comment_count>1</comment_count>
    <who name="">netmosfera</who>
    <bug_when>2014-02-28 13:27:31 +0000</bug_when>
    <thetext>what&apos;s not clear is: why are sectioning elements allowed but headers inside them not?

**you disallow them both or you allow them both**

by the way, that&apos;s an use case that i often see:

&lt;article&gt;
    &lt;header&gt;
        &lt;h1&gt;Flexbox the definitive guide&lt;/h1&gt;
        &lt;aside&gt;
            &lt;header&gt;
                &lt;h1&gt;About the author&lt;/h1&gt;
                &lt;p&gt;A nice guy that hates everything and everyone&lt;/p&gt;
                &lt;p&gt;&lt;a href=&quot;./wes/&quot;&gt;Contact Him!&lt;/a&gt;&lt;/p&gt;
            &lt;/header&gt;
            &lt;p&gt;This article is brought to you by Wesley,
            skilled expert in &quot;always-in-beta&quot; applications
            that will never see the light&lt;/p&gt;
        &lt;/aside&gt;
    &lt;/header&gt;
    &lt;p&gt;Actual article here Actual article here Actual article here
    Actual article here Actual article here Actual article
    here Actual article here&lt;/p&gt;
&lt;/article&gt;

in this case, the &quot;about the author&quot; is not part of the actual contents, it is part of the header of the article imho

hth</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126193</commentid>
    <comment_count>2</comment_count>
    <who name="Travis Leithead [MSFT]">travil</who>
    <bug_when>2016-04-27 00:59:57 +0000</bug_when>
    <thetext>HTML5.1 Bugzilla Bug Triage: Moved to Github issue: https://github.com/w3c/html/issues/273

To file additional issues please use the W3C HTML5 Issue tracker: https://github.com/w3c/html/issues/new Thanks!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>