<?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>12156</bug_id>
          
          <creation_ts>2011-02-22 22:44:50 +0000</creation_ts>
          <short_desc>Element container not allowed as child of element body in this context</short_desc>
          <delta_ts>2015-08-23 07:07:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matthew John Earley">o0MattE0o</reporter>
          <assigned_to name="Michael[tm] Smith">mike</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>45941</commentid>
    <comment_count>0</comment_count>
    <who name="Matthew John Earley">o0MattE0o</who>
    <bug_when>2011-02-22 22:44:50 +0000</bug_when>
    <thetext>Line 24, Column 11: Element container not allowed as child of element body in this context. (Suppressing further errors from this subtree.)&lt;container&gt;
Content model for element body:Flow content.


Site is trying to use HTML 5 correctly for example 

&lt;body&gt;
&lt;container&gt;&lt;&lt;&lt;&lt; validator stops here
  &lt;header&gt;o0MattE0o&lt;br /&gt;&lt;/header&gt;
  &lt;content&gt;
    &lt;navigation&gt;


and not the HTML 4 way
&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
  &lt;div id=&quot;header&gt;o0MattE0o&lt;br /&gt;&lt;/div&gt;
  &lt;div id=&quot;content&quot;&gt;
    &lt;div id=&quot;navigation&quot;&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47145</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-04-05 07:20:47 +0000</bug_when>
    <thetext>There is no element in HTML5 named &quot;container&quot; (nor &quot;content&quot; nor &quot;navigation&quot;)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>