<?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>28334</bug_id>
          
          <creation_ts>2015-03-25 16:01:47 +0000</creation_ts>
          <short_desc>Successful Validatation with missing closing BODY tag</short_desc>
          <delta_ts>2015-08-23 07:18:19 +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>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Chris">chris_longridge</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>chris_longridge</cc>
    
    <cc>mike</cc>
          
          <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>118935</commentid>
    <comment_count>0</comment_count>
    <who name="Chris">chris_longridge</who>
    <bug_when>2015-03-25 16:01:47 +0000</bug_when>
    <thetext>The following code validates successfully on the W3C Checker, but is actually missing a closing BODY tag:

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;meta charset=&quot;utf-8&quot;&gt;
	&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge&quot;&gt;
	&lt;meta name=&quot;description&quot; content=&quot;&amp;Agrave; Tant&amp;ocirc;t! Modern Foreign Language (MFL) resources for the classroom and interactive whiteboards across Key Stage 2 (KS2), KS3 and KS4.&quot;&gt;
	&lt;title&gt;&amp;Agrave; Tant&amp;ocirc;t&lt;/title&gt;
	&lt;link href=&quot;http://www.atantot.com/skin/atantot_main.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;
	&lt;style type=&quot;text/css&quot;&gt;
	
		#skip
		{
			display: inline-block;
			position: absolute;
			padding: 20px;
			width: 100px;
			text-align: center;
			background: #fff;
			color: #000;
			text-decoration: none;
			font-weight: bold;
			border: 3px solid #000;
			border-radius: 7px;
			bottom: 40px;
			left: 50%;
			margin: 0 0 0 -73px;
			font-family: sans-serif;
		}
		
		#skip:hover
		{
			background: #4d86c7;
			color: #fff;
		}
		
	&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div id=&quot;flashholder&quot; class=&quot;flashholder&quot;&gt;
		&lt;object style=&quot;width: 100%; height: 100%;&quot; type=&quot;application/x-shockwave-flash&quot; data=&quot;flashfiles/index/flashindex.swf&quot;&gt;
			&lt;param name=&quot;movie&quot; value=&quot;flashfiles/index/flashindex.swf&quot;&gt;
			&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;
			&lt;param name=&quot;menu&quot; value=&quot;false&quot;&gt;
			&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;
			&lt;embed type=&quot;application/x-shockwave-flash&quot; src=&quot;flashfiles/index/flashindex.swf&quot; style=&quot;width: 100%; height: 100%;&quot; menu=&quot;false&quot; wmode=&quot;transparent&quot; allowScriptAccess=&quot;always&quot;&gt;
		&lt;/object&gt;
	&lt;/div&gt;
	&lt;a href=&quot;menu.php&quot; id=&quot;skip&quot;&gt;Skip Intro&lt;/a&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122720</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2015-08-23 07:18:19 +0000</bug_when>
    <thetext>The body end tag is not required. The validator is behaving as expected.
https://html.spec.whatwg.org/multipage/semantics.html#the-body-element</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>