<?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>8608</bug_id>
          
          <creation_ts>2010-01-04 00:13:10 +0000</creation_ts>
          <short_desc>W3C Validator errors reported on HTML5 spec</short_desc>
          <delta_ts>2010-10-04 13:55:10 +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>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://validator.w3.org</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="Don Brutzman">brutzman</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>brutzman</cc>
    
    <cc>hsivonen</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</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>30341</commentid>
    <comment_count>0</comment_count>
    <who name="Don Brutzman">brutzman</who>
    <bug_when>2010-01-04 00:13:10 +0000</bug_when>
    <thetext>http://validator.w3.org/check?uri=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fspec%2FOverview.html&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0

Line 218, Column 735: required attribute &quot;TYPE&quot; not specified

Line 25722, Column 8: document type does not allow element &quot;P&quot; here; missing one of &quot;APPLET&quot;, &quot;OBJECT&quot;, &quot;MAP&quot;, &quot;IFRAME&quot;, &quot;BUTTON&quot; start-tag

Line 25723, Column 8: document type does not allow element &quot;P&quot; here; missing one of &quot;APPLET&quot;, &quot;OBJECT&quot;, &quot;MAP&quot;, &quot;IFRAME&quot;, &quot;BUTTON&quot; start-tag

Line 27375, Column 10: document type does not allow element &quot;TFOOT&quot; here; assuming missing &quot;TABLE&quot; start-tag

Line 27379, Column 10: end tag for &quot;TABLE&quot; which is not finished

Line 72252, Column 4: end tag for &quot;TABLE&quot; omitted, but its declaration does not permit this</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30348</commentid>
    <comment_count>1</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2010-01-04 08:00:05 +0000</bug_when>
    <thetext>The most reasonable fix would be to use HTML5 itself (and to make pubrules allow specs HTML5 to use HTML5).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30910</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-01-11 11:18:04 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: I&apos;ve fixed the problems I could find (partially by just removing some of the examples, since they are showing HTML5 features and thus aren&apos;t HTML4-compliant).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30912</commentid>
    <comment_count>3</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-01-11 11:20:01 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4574.
Check-in comment: Remove some examples that use HTML5 features from the W3C copy of the spec, since W3C wants the HTML5 spec to use HTML4.
http://html5.org/tools/web-apps-tracker?from=4573&amp;to=4574
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31223</commentid>
    <comment_count>4</comment_count>
    <who name="Don Brutzman">brutzman</who>
    <bug_when>2010-01-26 08:20:18 +0000</bug_when>
    <thetext>http://validator.w3.org/check?uri=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fspec%2FOverview.html&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0

still reports one warning (which wasn&apos;t reported before):
================================================
No Character encoding declared at document level

No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.
================================================

p.s. the validator service was quite speedy on this very large document, pretty impressive.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31931</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-02-14 02:56:38 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: The remaining error message is a bug in the validator. The spec says that a document that consists of pure ASCII (as the spec does) doesn&apos;t need a character encoding declaration.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>