<?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>12040</bug_id>
          
          <creation_ts>2011-02-11 19:34:53 +0000</creation_ts>
          <short_desc>missing Mhead&gt; tag not accounted for</short_desc>
          <delta_ts>2015-08-23 07:07:25 +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>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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 name="Raymond">tm_ray</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>45393</commentid>
    <comment_count>0</comment_count>
    <who name="Raymond">tm_ray</who>
    <bug_when>2011-02-11 19:34:53 +0000</bug_when>
    <thetext>The following code will validate as HTML5:

&lt;!doctype html&gt;
&lt;html&gt;

  &lt;title&gt;Test&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;


The head tag is missing its open tag but still has the close tag.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47146</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-04-05 07:28:00 +0000</bug_when>
    <thetext>The text/html syntax of the HTML language has always permitted the head start tag to be omitted; see:

http://dev.w3.org/html5/markup/head.html#head-tags

In a conforming HTML5 parser, the head start tag is implied by the start tag for the title element, meaning that the parser essentially injects the head start tag into the DOM when it fines the title start tage</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>