<?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>25397</bug_id>
          
          <creation_ts>2014-04-21 09:53:37 +0000</creation_ts>
          <short_desc>your html validator reports the following as an error, and I clearly isn&apos;t:</short_desc>
          <delta_ts>2014-04-21 13:38:02 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="mgwalm">mgwalm</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</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>104103</commentid>
    <comment_count>0</comment_count>
    <who name="mgwalm">mgwalm</who>
    <bug_when>2014-04-21 09:53:37 +0000</bug_when>
    <thetext>your html validator reports the following as an error, and I clearly isn&apos;t:

Error document type does not allow element X here 
✉ 


The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a &quot;style&quot; element in the &quot;body&quot; section instead of inside &quot;head&quot; -- or two elements that overlap (which is not allowed). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML&apos;s rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML&apos;s &quot;self-closing&quot; tags for &quot;meta&quot; and &quot;link&quot; in the &quot;head&quot; section of a HTML document may cause the parser to infer the end of the &quot;head&quot; section and the beginning of the &quot;body&quot; section (where &quot;link&quot; and &quot;meta&quot; are not allowed; hence the reported error). 
• Line 6236, column 27: document type does not allow element &quot;div&quot; here       var $temp = $(&apos;&lt;div/&gt;&apos;).html(data);


its just a selector:&quot;?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>